InvalidMaskException.rights Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This exception is obsolete.")> _
Public ReadOnly Property rights As PortalRight
Get
'Usage
Dim instance As InvalidMaskException
Dim value As PortalRight
value = instance.rights
[ObsoleteAttribute("This exception is obsolete.")]
public PortalRight rights { get; }
Property Value
Type: Microsoft.SharePoint.Portal.Security.PortalRight