Свойство IsNoResultOptionsSpecified

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsNoResultOptionsSpecified As Boolean
    Get
'Применение
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

Значение свойства

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