Get or set the object resource URI or the serialized string form of the object literal value.

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

Syntax

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

Property Value

Type: String

See Also