次の方法で共有


Metadata.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)

プロパティ値

MetadataAttribute 型のコレクション。

属性

適用対象