A fluent API wrapper for setting the user-friendly label for a job
Namespace: BrightstarDB.DtoAssembly: 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:
JobRequestObjectThe modified
JobRequestObject
See Also