Compartilhar via


Propriedade do RDL IsBlank

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

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property IsBlank As Boolean
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the context identifier is blank; otherwise, false.