다음을 통해 공유


EntityMemberType.AttributeGroups 속성

정의

AttributeGroups 목록을 지정합니다.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::AttributeGroup ^> ^ AttributeGroups { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::AttributeGroup ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.AttributeGroup> AttributeGroups { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.AttributeGroups : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.AttributeGroup>
Public ReadOnly Property AttributeGroups As Collection(Of AttributeGroup)

속성 값

AttributeGroups의 목록입니다.

특성

적용 대상