次の方法で共有


AttributeGroups フィールド

ArrayOfAttributeGroup 複合型。

名前空間:  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>