Get or set the string identifier for the type of job to be created
Namespace: BrightstarDB.Dto
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string JobType { get; set; } |
Visual Basic |
---|
Public Property JobType As String Get Set |
Visual C++ |
---|
public: property String^ JobType { String^ get (); void set (String^ value); } |
F# |
---|
member JobType : string with get, set |