다음을 통해 공유


EntityMembersGetCriteria.Attributes 속성

정의

GUID(Globally Unique Identifier) 또는 이름을 사용하여 원하는 특성 열 배열을 가져오거나 설정합니다. 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 형식의 컬렉션입니다.

특성

설명

이 속성은 선택 사항입니다.

적용 대상