PermissionDataSet.ActionsRow.WSEC_FEA_ACT_NAME Property
Gets the name of the security action for the feature.
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_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