Udostępnij za pośrednictwem


Właściwość EntityMemberType.AttributeGroups

Pobiera lub ustawia tablicę grup atrybut.

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
    Get
    Set
'Użycie
Dim instance As EntityMemberType
Dim value As Collection(Of AttributeGroup)

value = instance.AttributeGroups

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

Wartość właściwości

Typ: System.Collections.ObjectModel.Collection<AttributeGroup>
Kolekcja typu AttributeGroup.