EntityMemberType.AttributeGroups Propiedad
Gets or sets an ArrayOfAttributeGroup complex type.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AttributeGroups As Collection(Of AttributeGroup)
Get
Friend Set
'Uso
Dim instance As EntityMemberType
Dim value As Collection(Of AttributeGroup)
value = instance.AttributeGroups
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<AttributeGroup> AttributeGroups { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<AttributeGroup^>^ AttributeGroups {
Collection<AttributeGroup^>^ get ();
internal: void set (Collection<AttributeGroup^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AttributeGroups : Collection<AttributeGroup> with get, internal set
function get AttributeGroups () : Collection<AttributeGroup>
internal function set AttributeGroups (value : Collection<AttributeGroup>)
Valor de la propiedad
Tipo: System.Collections.ObjectModel.Collection<AttributeGroup>
Collection of type AttributeGroup.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts