MetadataProperty.Value Property

Definition

Gets the value of the metadata property.

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

Property Value

A string value.

Attributes

Applies to