Identifier.IsIdBlank 屬性
Gets a value that indicates whether the identifier is blank (empty).
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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 identifier is blank (empty); otherwise, false.