SecurityCategoriesDataSet.UserPermissionsRow.WSEC_ALLOW propriedade
Obtém ou define o valor booleano que especifica se a segurança da web permite a autorização de recurso.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (em ProjectServerServices.dll)
Sintaxe
'Declaração
Public Property WSEC_ALLOW As Boolean
Get
Set
'Uso
Dim instance As SecurityCategoriesDataSet.UserPermissionsRow
Dim value As Boolean
value = instance.WSEC_ALLOW
instance.WSEC_ALLOW = value
public bool WSEC_ALLOW { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
SecurityCategoriesDataSet.UserPermissionsRow classe