This field represents the directory where the audio

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public string Path { get; set; }
Visual Basic (Declaration)
Public Property Path As String
Visual C++
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}

See Also