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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
String
Exceptions
See Also