Свойство 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.

См. также

Справочник

Identifier Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts