Compartir a través de


MetadataResultOptions.IsNoResultOptionsSpecified Propiedad

Gets a value that indicates whether any result options are set to a value other than None.

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

Sintaxis

'Declaración
Public ReadOnly Property IsNoResultOptionsSpecified As Boolean 
    Get
'Uso
Dim instance As MetadataResultOptions 
Dim value As Boolean 

value = instance.IsNoResultOptionsSpecified
public bool IsNoResultOptionsSpecified { get; }
public:
property bool IsNoResultOptionsSpecified {
    bool get ();
}
member IsNoResultOptionsSpecified : bool
function get IsNoResultOptionsSpecified () : boolean

Valor de la propiedad

Tipo: System.Boolean
true if any result options are set to a value other than None; otherwise, false.

Vea también

Referencia

MetadataResultOptions Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts