Compartir a través de


MetadataResultOptions.AttributeGroups Propiedad

Gets or sets the ResultType for attribute groups.

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 ResultType 
    Get 
    Set
'Uso
Dim instance As MetadataResultOptions 
Dim value As ResultType 

value = instance.AttributeGroups

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for attribute groups.

Vea también

Referencia

MetadataResultOptions Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts