CustomFieldDataSet.CustomFieldsRow.MD_PROP_CHECKOUTDATE property
Gets or sets the date and time that the custom field was checked out for modification.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_CHECKOUTDATE As DateTime
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As DateTime
value = instance.MD_PROP_CHECKOUTDATE
instance.MD_PROP_CHECKOUTDATE = value
public DateTime MD_PROP_CHECKOUTDATE { get; set; }
Property value
Type: System.DateTime
The date and time of check out.
Remarks
Read-only.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class