ShortcutFileInfoTargetDisplayName Property
Gets the display name of the target file or directory.
Returns a empty string if the target does not exist.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DefaultValueAttribute("")]
public string TargetDisplayName { get; }
<DefaultValueAttribute("")>
Public ReadOnly Property TargetDisplayName As String
Get
Dim instance As ShortcutFileInfo
Dim value As String
value = instance.TargetDisplayName
public:
[DefaultValueAttribute(L"")]
property String^ TargetDisplayName {
String^ get ();
}
[<DefaultValueAttribute("")>]
member TargetDisplayName : string with get
No code example is currently available or this language may not be supported.
Property Value
String