PermissionDataSet.ActionsRow.WSEC_FEA_ACT_NAME property
Gets the name of the security action for the feature.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_FEA_ACT_NAME As String
Get
Set
'Usage
Dim instance As PermissionDataSet.ActionsRow
Dim value As String
value = instance.WSEC_FEA_ACT_NAME
instance.WSEC_FEA_ACT_NAME = value
public string WSEC_FEA_ACT_NAME { get; set; }
Property value
Type: System.String
See also
Reference
PermissionDataSet.ActionsRow class