Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates whether any result options are set to a value other than None.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public ReadOnly Property IsNoResultOptionsSpecified As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if any result options are set to a value other than None; otherwise, false.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace