Compartir a través de


Identifier.IsIdBlank Propiedad

Gets a value that indicates whether the identifier is blank (empty).

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

Sintaxis

'Declaración
Public ReadOnly Property IsIdBlank As Boolean 
    Get
'Uso
Dim instance As Identifier 
Dim value As Boolean 

value = instance.IsIdBlank
public bool IsIdBlank { get; }
public:
property bool IsIdBlank {
    bool get ();
}
member IsIdBlank : bool
function get IsIdBlank () : boolean

Valor de la propiedad

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

Vea también

Referencia

Identifier Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts