GroupTitleDuplicateException.GroupTitle Property
Obsolete. Gets the duplicate group title.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property GroupTitle As String
Get
'Usage
Dim instance As GroupTitleDuplicateException
Dim value As String
value = instance.GroupTitle
public string GroupTitle { get; }
Property Value
Type: System.String
String. The duplicate group title.
See Also
Reference
GroupTitleDuplicateException Class