Share via


MarkupContent.Value Property

Definition

Gets or sets the text that should be rendered.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="value")]
public string Value { get; set; }
[<System.Runtime.Serialization.DataMember(Name="value")>]
member this.Value : string with get, set
Public Property Value As String

Property Value

Attributes

Applies to