Condividi tramite


Proprietà IsBlank

Gets a value indicating whether the identifier is blank.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property IsBlank As Boolean
    Get
'Utilizzo
Dim instance As MemberTypeContextIdentifier
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

Valore proprietà

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