A fluent API wrapper for setting the user-friendly label for a job

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

Syntax

C#
public JobRequestObject WithLabel(
	string jobLabel
)
Visual Basic
Public Function WithLabel ( 
	jobLabel As String
) As JobRequestObject
Visual C++
public:
JobRequestObject^ WithLabel(
	String^ jobLabel
)
F#
member WithLabel : 
        jobLabel : string -> JobRequestObject 

Parameters

jobLabel
Type: System..::..String

Return Value

Type: JobRequestObject
The modified JobRequestObject

See Also