ResourceAuthorizationDataSet.GlobalPermissionsRow.WSEC_FEA_ACT_UID property
Gets or sets the unique identifier of the active feature that is managed by Web security.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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