UriDisplayInfo.RelativeGroupName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the group name of the Uri relative to the workspace. If the Uri specifies a file that is not under the workspace, this value is the same as FullGroupName.
public:
property System::String ^ RelativeGroupName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=7)]
public string RelativeGroupName { get; }
[<System.Runtime.Serialization.DataMember(Order=7)>]
member this.RelativeGroupName : string
Public ReadOnly Property RelativeGroupName As String
Property Value
- Attributes