UriDisplayInfo.GroupName Property

Definition

Gets the group name of the Uri. For a "file:/" Uri this would be the name of the parent directory.

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

Property Value

Attributes

Applies to