UriDisplayInfo.Name Property

Definition

Gets the display name of the Uri. For a "file:/" Uri this would be the filename with extension.

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

Property Value

Attributes

Applies to