MetadataSet.Attributes Property

Definition

Gets a collection of XmlAttribute objects that appear in the serialized form of the MetadataSet.

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlAttribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<System::Xml::XmlAttribute ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlAttribute> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.Collection<System.Xml.XmlAttribute>
Public ReadOnly Property Attributes As Collection(Of XmlAttribute)

Property Value

The XmlAttribute objects that appear in the serialized form of the MetadataSet.

Applies to