StatusingDataSet.TaskCustomFieldsRow.CODE_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 GUID.
public:
property Guid CODE_VALUE { Guid get(); void set(Guid value); };
public Guid CODE_VALUE { get; set; }
member this.CODE_VALUE : Guid with get, set
Public Property CODE_VALUE As Guid