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