IsIdBlank 属性

Gets a value indicating whether the Id is blank (empty).

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

语法

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

value = instance.IsIdBlank
public bool IsIdBlank { get; }
public:
property bool IsIdBlank {
    bool get ();
}
member IsIdBlank : bool
function get IsIdBlank () : boolean

属性值

类型:System. . :: . .Boolean
true if the Id is blank; otherwise, false.