PermissionDataSet.FeaturesRow.WSEC_FEA_ACT_NAME property
Gets the name of the security 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.FeaturesRow
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.FeaturesRow class