Member.Attributes Property

Definition

Specifies the attributes of the member.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Attribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Attribute ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Attribute> Attributes { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Attributes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Attribute>
Public ReadOnly Property Attributes As Collection(Of Attribute)

Property Value

The attributes of the member.

Attributes

Applies to