Partager via


Propriété Identifier.IsIdBlank

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsIdBlank As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Identifier Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts