Get / set the ID of the job

Namespace: BrightstarDB.Dto
Assembly: 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

Property Value

Type: String

Implements

IJobInfo..::..JobId

See Also