MarkupProperty.StringValue Property

Definition

When overridden in a derived class, gets the string value of this MarkupProperty.

public:
 abstract property System::String ^ StringValue { System::String ^ get(); };
public abstract string StringValue { get; }
member this.StringValue : string
Public MustOverride ReadOnly Property StringValue As String

Property Value

The string value.

Applies to