Share via


GroupNotExistException.GroupTitle Property

Obsolete. Gets the title of the group that does not exist in the database.

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 GroupNotExistException
Dim value As String

value = instance.GroupTitle
public string GroupTitle { get; }

Property Value

Type: System.String
String. The title of the group that does not exist in the database.

See Also

Reference

GroupNotExistException Class

GroupNotExistException Members

Microsoft.SharePoint.Portal.SiteData Namespace