Name of the stream.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

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

See Also