In This Topic
The original path of the file.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property OriginalPath As String
[CanBeNull()]
public string OriginalPath {get;}
[CanBeNull()]
public:
property String^ OriginalPath {
String^ get();
}
See Also