Partager via


Propriété MetadataResultOptions.IsNoResultOptionsSpecified

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsNoResultOptionsSpecified As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MetadataResultOptions Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts