Compartir a través de


Identifier.IsBlank Propiedad

Gets a value that indicates whether all properties of the identifier are blank.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property IsBlank As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if all properties of the identifier are blank; otherwise, false.

Vea también

Referencia

Identifier Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts