ShellBrowserBaseFullPath Property |
Gets or set the full path of the active object.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
Type:
StringSee Also