Get or set the name of the store where this job runs
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string StoreName { get; set; } |
| Visual Basic |
|---|
Public Property StoreName As String Get Set |
| Visual C++ |
|---|
public: property String^ StoreName { String^ get (); void set (String^ value); } |
| F# |
|---|
member StoreName : string with get, set |