Returns the physical name of the ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with get
Property Value
Type:
StringThe physical name of the ItemIdList.
Remarks Returns an empty string if the element has no physical path.
See Also