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