Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of attribute groups.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
Get
Set
'Usage
Dim instance As Metadata
Dim value As Collection(Of AttributeGroup)
value = instance.AttributeGroups
instance.AttributeGroups = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<AttributeGroup^>^ AttributeGroups {
Collection<AttributeGroup^>^ get ();
void set (Collection<AttributeGroup^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member AttributeGroups : Collection<AttributeGroup> with get, set
function get AttributeGroups () : Collection<AttributeGroup>
function set AttributeGroups (value : Collection<AttributeGroup>)
Property Value
Type: System.Collections.ObjectModel.Collection<AttributeGroup>
A collection of type AttributeGroup.