UriDisplayInfo.FullName Property

Definition

Gets the full display name of the Uri. For a "file:/" Uri this would be the fully-qualified filename.

public:
 property System::String ^ FullName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public string FullName { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.FullName : string
Public ReadOnly Property FullName As String

Property Value

Attributes

Applies to