Share via


ResourceAuthorizationDataSet.GlobalPermissionsRow.WSEC_FEA_ACT_UID Property

Gets or sets the unique identifier of the active feature that is managed by Web security.

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Property WSEC_FEA_ACT_UID As Guid
    Get
    Set
'Usage
Dim instance As ResourceAuthorizationDataSet.GlobalPermissionsRow
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

See Also

Reference

ResourceAuthorizationDataSet.GlobalPermissionsRow Class

ResourceAuthorizationDataSet.GlobalPermissionsRow Members

Resource Web Service