共用方式為


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.