Metadata.Attributes Property

Definition

Gets or sets an array of attributes.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MetadataAttribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MetadataAttribute ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MetadataAttribute ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MetadataAttribute> Attributes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Attributes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MetadataAttribute> with get, set
Public Property Attributes As Collection(Of MetadataAttribute)

Property Value

A collection of type MetadataAttribute.

Attributes

Applies to