IsBlank 属性

Gets a value indicating whether all properties of the Identifier are blank.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Overridable ReadOnly Property IsBlank As Boolean
    Get
用法
Dim instance As Identifier
Dim value As Boolean

value = instance.IsBlank
public virtual bool IsBlank { get; }
public:
virtual property bool IsBlank {
    bool get ();
}
abstract IsBlank : bool
override IsBlank : bool
function get IsBlank () : boolean

属性值

类型:System. . :: . .Boolean
true if properties of the Identifier are blank; otherwise, false.