次の方法で共有


Member.Attributes プロパティ

定義

属性の配列を取得または設定します。

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

プロパティ値

Attribute 型のコレクション。

属性

適用対象