MetadataProperty.Name Property

Definition

Gets the name of the metadata property.

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

Property Value

A string value.

Attributes

Applies to