Get / set the ID of the job
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string JobId { get; set; } |
| Visual Basic |
|---|
Public Property JobId As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ JobId { String^ get () sealed; void set (String^ value) sealed; } |
| F# |
|---|
abstract JobId : string with get, set override JobId : string with get, set |