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