[This is preliminary documentation and is subject to change.]
The path to the shortcut's executable.
Namespace: Tools.IOtAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public string TargetPath { get; set; } |
| Visual Basic |
|---|
Public Property TargetPath As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ TargetPath {
String^ get ();
void set (String^ value);
} |
| F# |
|---|
member TargetPath : string with get, set
|
| JScript |
|---|
function get TargetPath () : String
function set TargetPath (value : String) |
Field Value
The path to the shortcut's executable.
Return Value
The path to the shortcut's executable.
Remarks
Exceptions
See Also