Compartir a través de


EntityMemberType.AttributeGroups Propiedad

Gets or sets an array of attribute groups.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
    Get
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Collections.ObjectModel.Collection<AttributeGroup>
A collection of type AttributeGroup.

Vea también

Referencia

EntityMemberType Clase

Espacio de nombres Microsoft.MasterDataServices