Partilhar via


Propriedade do RDL Identifier.IsIdBlank

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Identifier Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts