Propriedade do RDL IsNoResultOptionsSpecified
Gets a value indicating whether any result options are set to a value other than None.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if any result options are set to a value other than None; otherwise, false.
Consulte também