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

Returns the fully qualified path of the shortcut object's target.

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string FullName { get; }
Visual Basic
Public ReadOnly Property FullName As String
	Get
Visual C++
public:
virtual property String^ FullName {
	String^ get () sealed;
}
F#
abstract FullName : string
override FullName : string
JScript
final function get FullName () : String

Return Value

The FullName property contains a read-only string value indicating the fully qualified path to the shortcut's target.

Implements

IPathProvider..::..Path

Exceptions

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

See Also