EntityMembersGetCriteria.Attributes プロパティ

定義

目的の属性列の配列をグローバル一意識別子 (GUID) または名前で取得または設定します。 AttributeGroup が指定されている場合、指定できるのは属性グループ内の列のみです。

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

プロパティ値

Identifier 型のコレクション。

属性

注釈

このプロパティは省略可能です。

適用対象