[This is preliminary documentation and is subject to change.]

The path to the shortcut's executable.

Namespace: Tools.IOt
Assembly: 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

This property is for the shortcut's target path only. Any arguments to the shortcut must be placed in the Argument's property.

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionThe Disposed property is true

See Also