Simple name of the fome COM#
Namespace:
VideoRay.Communication
Assembly:
vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public string SimpleName { get; protected set; } |
Visual Basic (Declaration) |
---|
Public Property SimpleName As String |
Visual C++ |
---|
public:
property String^ SimpleName {
String^ get ();
void set (String^ value);
} |
See Also