The base namespace URI that the prefix references
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string Reference { get; set; } |
| Visual Basic |
|---|
Public Property Reference As String Get Set |
| Visual C++ |
|---|
public: property String^ Reference { String^ get (); void set (String^ value); } |
| F# |
|---|
member Reference : string with get, set |