共用方式為


MetadataResultOptions.IsNoResultOptionsSpecified 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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.

請參閱

參考

MetadataResultOptions 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間