Metadata.AttributeGroups Propriedade

Definição

Obtém ou define uma matriz de grupos de atributos.

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)

Valor da propriedade

Uma coleção do tipo AttributeGroup.

Atributos

Aplica-se a