NotEnoughPrivilegeException.CatOrLstID Property
Obsolete. Gets the GUID of the area or listing.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property CatOrLstID As Guid
Get
'Usage
Dim instance As NotEnoughPrivilegeException
Dim value As Guid
value = instance.CatOrLstID
public Guid CatOrLstID { get; }
Property Value
Type: System.Guid
System.Guid object that represents the unique identifier of the area or listing.
See Also
Reference
NotEnoughPrivilegeException Class