Get or set the flag that indicates if the value of the Object property is a resource URI or a literal value.

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

Syntax

C#
bool IsLiteral { get; set; }
Visual Basic
Property IsLiteral As Boolean
	Get
	Set
Visual C++
property bool IsLiteral {
	bool get ();
	void set (bool value);
}
F#
abstract IsLiteral : bool with get, set

Property Value

Type: Boolean

See Also