 | LogicalNodeUserControlPath property |
The path to the UserControl currently to be loaded dynamically.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic virtual string UserControlPath { get; set; }
Public Overridable Property UserControlPath As String
Get
Set
public:
virtual property String^ UserControlPath {
String^ get ();
void set (String^ value);
}
abstract UserControlPath : string with get, set
override UserControlPath : string with get, set
Property value
String
See also