CustomFieldDataSet.CustomFieldsRow.MD_PROP_CHECKOUTBY Property
Specifies the unique identifier of the user who has the custom field checked out for modification.
Namespace: WebSvcCustomFields
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
Remarks
Read only. When a Project Server administrator clicks a custom field on the Custom Fields and Lookup Tables page in Project Web Access (http://ServerName/ProjectServerName/_layouts/PWA/Admin/CustomizeFields.aspx), the custom field is checked out for editing.
See Also
Reference
CustomFieldDataSet.CustomFieldsRow Class