Condividi tramite


Proprietà ModelContextIdentifier.IsBlank

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

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
Public Overrides ReadOnly Property IsBlank As Boolean 
    Get
'Utilizzo
Dim instance As ModelContextIdentifier 
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

Valore proprietà

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

Vedere anche

Riferimento

ModelContextIdentifier Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts