PropertyValue.StringValue Property

Definition

Gets or sets a Value as a String.

public:
 property System::String ^ StringValue { System::String ^ get(); void set(System::String ^ value); };
public string StringValue { get; set; }
member this.StringValue : string with get, set
Public Property StringValue As String

Property Value

A String version of the Value.

Applies to