CustomFileListItemPath Property |
Get or set the Path of the filelist item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual string Path { get; set; }
Public Overridable Property Path As String
Get
Set
public:
virtual property String^ Path {
String^ get ();
void set (String^ value);
}
abstract Path : string with get, set
override Path : string with get, set
Property Value
Type:
StringSee Also