Standard COM# name string

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also