The location's unique identifier, which may be used to retrieve its
data without relying on external storage.
Namespace:
Veriplace.ClientAssembly: Veriplace.Client (in Veriplace.Client.dll) Version: 1.7.0.25986 (1.7.0.0)
Syntax
| C# |
|---|
public Nullable<long> Id { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property Id As Nullable(Of Long) |
| Visual C++ |
|---|
public: property Nullable<long long> Id { Nullable<long long> get (); void set (Nullable<long long> value); } |