Share via


PermissionDataSet.ActionsRow.WSEC_FEA_ACT_UID property

Gets the GUID of the security action for the feature.

Namespace:  WebSvcSecurity
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

WebSvcSecurity namespace