SPNamedIisWebServiceApplicationRights Constructor
Initializes a new instance of the SPNamedIisWebServiceApplicationRights class.
Namespace: Microsoft.SharePoint.Administration.AccessControl
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
accessRights As SPIisWebServiceApplicationRights _
)
'Usage
Dim name As String
Dim accessRights As SPIisWebServiceApplicationRights
Dim instance As New SPNamedIisWebServiceApplicationRights(name, accessRights)
public SPNamedIisWebServiceApplicationRights(
string name,
SPIisWebServiceApplicationRights accessRights
)
Parameters
name
Type: System.StringThe name of the rights.
accessRights
Type: Microsoft.SharePoint.Administration.AccessControl.SPIisWebServiceApplicationRightsThe rights.
See Also
Reference
SPNamedIisWebServiceApplicationRights Class