Udostępnij za pośrednictwem


Pole Metadata.AttributeGroups

ArrayOfAttributeGroup typu złożonego.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public AttributeGroups As Collection(Of AttributeGroup)
'Użycie
Dim instance As Metadata
Dim value As Collection(Of AttributeGroup)

value = instance.AttributeGroups

instance.AttributeGroups = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
Collection<AttributeGroup^>^ AttributeGroups
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
val mutable AttributeGroups: Collection<AttributeGroup>
public var AttributeGroups : Collection<AttributeGroup>