Get / set the user-friendly label of the job

Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string Label { get; set; }
Visual Basic
Public Property Label As String
	Get
	Set
Visual C++
public:
virtual property String^ Label {
	String^ get () sealed;
	void set (String^ value) sealed;
}
F#
abstract Label : string with get, set
override Label : string with get, set

Property Value

Type: String

Implements

IJobInfo..::..Label

See Also