ResourceAuthorizationDataSet.CategoryPermissionsRow.WSEC_DENY property
取得或設定布林值,指定 Web 的安全性是否拒絕資源授權。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property WSEC_DENY As Boolean
Get
Set
'用途
Dim instance As ResourceAuthorizationDataSet.CategoryPermissionsRow
Dim value As Boolean
value = instance.WSEC_DENY
instance.WSEC_DENY = value
public bool WSEC_DENY { get; set; }
Property value
Type: System.Boolean
請參閱
參照
ResourceAuthorizationDataSet.CategoryPermissionsRow class