Share via


CustomFieldDataSet.CustomFieldsRow.MD_PROP_CHECKOUTDATE Property

Gets or sets the date and time that the custom field was 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_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

CustomFields Web Service