Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the date and time that the custom field was most recently modified.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MOD_DATE As DateTime
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As DateTime
value = instance.MOD_DATE
instance.MOD_DATE = value
public DateTime MOD_DATE { get; set; }
Property value
Type: System.DateTime
A date and time object.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class