共用方式為


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.