Get or set the predicate resource URI

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

Syntax

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

Property Value

Type: String

See Also