다음을 통해 공유


AttributeGroups 필드

ArrayOfAttributeGroup complex type.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public AttributeGroups As Collection(Of AttributeGroup)
‘사용 방법
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>