Propriété IsBlank
Gets a value indicating whether the entity context identifier is blank.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property IsBlank As Boolean
Get
'Utilisation
Dim instance As EntityContextIdentifier
Dim value As Boolean
value = instance.IsBlank
public override bool IsBlank { get; }
public:
virtual property bool IsBlank {
bool get () override;
}
abstract IsBlank : bool
override IsBlank : bool
override function get IsBlank () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the entity context identifier is blank; otherwise, false.