Proprietà IsIdBlank
Gets a value indicating whether the Id is blank (empty).
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsIdBlank As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the Id is blank; otherwise, false.
Vedere anche