[This is preliminary documentation and is subject to change.]
Returns the fully qualified path of the shortcut object's target.
Namespace: Tools.IOtAssembly: 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;
} |
| 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
See Also