다음을 통해 공유


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.