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