RanorexRanorex Documentation
Name Property
NamespacesRanorex.Core.DataDataConnectorName
Gets or sets the name of the connector.
Declaration Syntax
C#Visual BasicVisual C++
public string Name { get; set; }
Public Property Name As String
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}
Value
The name of the connector.
Exceptions
ExceptionCondition
ArgumentExceptionIf value is null or empty or contains a '.' character.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)