Właściwość Identifier.IsIdBlank
Pobiera wartość wskazującą, czy identyfikator jest pusta (pusty).
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
Public ReadOnly Property IsIdBlank As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli identyfikator jest pusty; w przeciwnym razie false.
Zobacz także