RSS Documentation
GetACL Method (UserResourceSecurityManager)



Syntax
'Declaration
 
Public Shared Function GetACL( _
   ByVal cn As BPMConnection, _
   ByVal rsid As String _
) As URACL
'Usage
 
Dim cn As BPMConnection
Dim rsid As String
Dim value As URACL
 
value = UserResourceSecurityManager.GetACL(cn, rsid)
public static URACL GetACL( 
   BPMConnection cn,
   string rsid
)
public:
static URACL^ GetACL( 
   BPMConnection^ cn,
   String^ rsid
) 

Parameters

cn
rsid
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UserResourceSecurityManager Class
UserResourceSecurityManager Members

Send Feedback