Metadata.AttributeGroups Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the AttributeGroup list.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups { get; internal set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
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
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property AttributeGroups As Collection(Of AttributeGroup)
    Get
    Friend Set
End Property

Property Value

Type: System.Collections.ObjectModel.Collection<AttributeGroup>

The collection of attribute groups.

See Also

Metadata Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top