ShellBrowserBaseObjectName Property |
Use ObjectName to specify the current object or to retrieve the file system name of the current object.
A valid folder must be set, see
FullPath and
SpecialFolder
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public string ObjectName { get; set; }
Public Property ObjectName As String
Get
Set
public:
property String^ ObjectName {
String^ get ();
void set (String^ value);
}
member ObjectName : string with get, set
Property Value
Type:
StringExceptions See Also