[Missing <summary> documentation for "P:BrightstarDB.Dto.CommitPointResponseModel.Id"]
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public ulong Id { get; set; } |
| Visual Basic |
|---|
Public Property Id As ULong
Get
Set |
| Visual C++ |
|---|
public:
virtual property unsigned long long Id {
unsigned long long get () sealed;
void set (unsigned long long value) sealed;
} |
| F# |
|---|
abstract Id : uint64 with get, set
override Id : uint64 with get, set |
Property Value
Type:
UInt64Implements
ICommitPointInfo..::..Id
See Also