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