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: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
The GUID of a user.
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