共用方式為


AttributeGroups 屬性

Gets or sets an ArrayOfAttributeGroup complex type.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
    Get
    Set
'用途
Dim instance As EntityMemberType
Dim value As Collection(Of AttributeGroup)

value = instance.AttributeGroups

instance.AttributeGroups = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<AttributeGroup^>^ AttributeGroups {
    Collection<AttributeGroup^>^ get ();
    void set (Collection<AttributeGroup^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeGroups : Collection<AttributeGroup> with get, set
function get AttributeGroups () : Collection<AttributeGroup>
function set AttributeGroups (value : Collection<AttributeGroup>)

屬性值

型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'AttributeGroup> ) > ) >
Collection of type AttributeGroup.