Właściwość EntityMemberType.AttributeGroups
Pobiera lub ustawia złożony ArrayOfAttributeGroup.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False, 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(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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<AttributeGroup>
Kolekcja typu AttributeGroup.
Zobacz także