Partager via


Propriété Identifier.IsBlank

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

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

Identifier Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts