Get or set the base address URI used by the decorated property
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string BaseAddress { get; set; } |
| Visual Basic |
|---|
Public Property BaseAddress As String Get Set |
| Visual C++ |
|---|
public: property String^ BaseAddress { String^ get (); void set (String^ value); } |
| F# |
|---|
member BaseAddress : string with get, set |