ShellBrowserBaseFullPath Property |
Gets or set the full path of the active object.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic string FullPath { get; set; }Public Property FullPath As String
Get
Set
public:
property String^ FullPath {
String^ get ();
void set (String^ value);
}member FullPath : string with get, set
Property Value
String
See Also