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>