SecurityGroupsDataSet.CategoryPermissionsRow.WSEC_ALLOW Property
Gets or sets the Boolean value that specifies whether web security allows resource authorization.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
Syntax
'Declaration
Public Property WSEC_ALLOW As Boolean
Get
Set
'Usage
Dim instance As SecurityGroupsDataSet.CategoryPermissionsRow
Dim value As Boolean
value = instance.WSEC_ALLOW
instance.WSEC_ALLOW = value
public bool WSEC_ALLOW { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
SecurityGroupsDataSet.CategoryPermissionsRow Class