Partager via


Propriété IsNoResultOptionsSpecified

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.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.