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 命名空间