ProjectDataSet.AssignmentCustomFieldsRow.DATE_VALUE Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the value of the custom field if the FIELD_TYPE_ENUM property is set to type DATE.
public:
property DateTime DATE_VALUE { DateTime get(); void set(DateTime value); };
public DateTime DATE_VALUE { get; set; }
member this.DATE_VALUE : DateTime with get, set
Public Property DATE_VALUE As DateTime