Get or set the relative path to the statistics resource

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

Syntax

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

Property Value

Type: String

See Also