Propriété Metadata.AttributeGroups
Gets or sets the AttributeGroup list.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
Get
Friend Set
'Utilisation
Dim instance As Metadata
Dim value As Collection(Of AttributeGroup)
value = instance.AttributeGroups
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<AttributeGroup^>^ AttributeGroups {
Collection<AttributeGroup^>^ get ();
internal: void set (Collection<AttributeGroup^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeGroups : Collection<AttributeGroup> with get, internal set
function get AttributeGroups () : Collection<AttributeGroup>
internal function set AttributeGroups (value : Collection<AttributeGroup>)
Valeur de propriété
Type : System.Collections.ObjectModel.Collection<AttributeGroup>
The collection of attribute groups.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts