Get or set the base URI to use for all PropertyTypeAttribute and EntityAttribute attributes that have relative URIs

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string BaseUri { get; set; }
Visual Basic
Public Property BaseUri As String
	Get
	Set
Visual C++
public:
property String^ BaseUri {
	String^ get ();
	void set (String^ value);
}
F#
member BaseUri : string with get, set

Property Value

Type: String

See Also