 | JobJobConnectorUserControlPath property |
Path to the UserControl to be loaded dynamically for a JobConnector.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string JobConnectorUserControlPath { get; set; }
Public Property JobConnectorUserControlPath As String
Get
Set
public:
property String^ JobConnectorUserControlPath {
String^ get ();
void set (String^ value);
}
member JobConnectorUserControlPath : string with get, set
Property value
String
See also