CustomFieldDataSet.CustomFieldsRow.MD_PROP_CHECKOUTBY Property
Gets or sets the unique identifier of the user who has the custom field checked out for modification.
Namespace: [CustomFields Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CustomFields.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CustomFields.asmx?wsdl
Syntax
'Declaration
Public Property MD_PROP_CHECKOUTBY As Guid
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Guid
value = instance.MD_PROP_CHECKOUTBY
instance.MD_PROP_CHECKOUTBY = value
public Guid MD_PROP_CHECKOUTBY { get; set; }
Property Value
Type: System.Guid
Remarks
Read-only. When a Project Server administrator clicks a custom field on the Custom Fields and Lookup Tables page in Project Web App (https://ServerName/ProjectServerName/_layouts/PWA/Admin/CustomizeFields.aspx), the custom field is checked out for editing.
See Also
Reference
CustomFieldDataSet.CustomFieldsRow Class