CustomFieldDataSet.CustomFieldsRow.MD_PROP_CHECKOUTDATE Property

Specifies the date and time that the custom field was checked out for modification.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

Remarks

Read only.

See Also

Reference

CustomFieldDataSet.CustomFieldsRow Class

CustomFieldDataSet.CustomFieldsRow Members

WebSvcCustomFields Namespace