Get or set the string label for this 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:
property String^ Label {
	String^ get ();
	void set (String^ value);
}
F#
member Label : string with get, set

Property Value

Type: String

See Also