Share via


PermissionDataSet.ActionsRow.WSEC_FEA_ACT_UID Property

Gets the GUID 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_UID As Guid
    Get
    Set
'Usage
Dim instance As PermissionDataSet.ActionsRow
Dim value As Guid

value = instance.WSEC_FEA_ACT_UID

instance.WSEC_FEA_ACT_UID = value
public Guid WSEC_FEA_ACT_UID { get; set; }

Property Value

Type: System.Guid

Remarks

The GUID value of WSEC_FEA_ACT_UID corresponds to one of the field values in the PSSecurityGlobalPermission structure or the PSSecurityCategoryPermission structure.

See Also

Reference

PermissionDataSet.ActionsRow Class

PermissionDataSet.ActionsRow Members

Security Web Service