Metadata.Attributes Proprietà

Definizione

Ottiene o imposta una matrice di attributi.

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)

Valore della proprietà

Insieme di tipo MetadataAttribute.

Attributi

Si applica a