Свойство IsBlank

Gets or sets a value indicating whether the context identifier is blank.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property IsBlank As Boolean
    Get
'Применение
Dim instance As DerivedHierarchyContextIdentifier
Dim value As Boolean

value = instance.IsBlank
public override bool IsBlank { get; }
public:
virtual property bool IsBlank {
    bool get () override;
}
abstract IsBlank : bool
override IsBlank : bool
override function get IsBlank () : boolean

Значение свойства

Тип: System. . :: . .Boolean
true if the context identifier is blank; otherwise, false.