Get or set the relative path to the transactions resource
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Transactions { get; set; } |
| Visual Basic |
|---|
Public Property Transactions As String Get Set |
| Visual C++ |
|---|
public: property String^ Transactions { String^ get (); void set (String^ value); } |
| F# |
|---|
member Transactions : string with get, set |