EntityMemberType.AttributeGroups Property

Definition

Specifies the list of 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)

Property Value

The list of AttributeGroups.

Attributes

Applies to