Metadata.AttributeGroups Property

Definition

Gets or sets an array of attribute groups.

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

Property Value

A collection of type AttributeGroup.

Attributes

Applies to