StatusingDataSet.ResourceCustomFieldsRow.TEXT_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 field value of the custom field if the FIELD_TYPE_ENUM property is set to type STRING.
public:
property System::String ^ TEXT_VALUE { System::String ^ get(); void set(System::String ^ value); };
public string TEXT_VALUE { get; set; }
member this.TEXT_VALUE : string with get, set
Public Property TEXT_VALUE As String