Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the application access rights.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable ReadOnly Property AccessRights As SPNamedIisWebServiceApplicationRights()
Get
'Usage
Dim value As SPNamedIisWebServiceApplicationRights()
value = Me.AccessRights
protected virtual SPNamedIisWebServiceApplicationRights[] AccessRights { get; }
Property Value
Type: []
Returns SPNamedIisWebServiceApplicationRights.
See Also
Reference
SPIisWebServiceApplication Class