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.