RSS Documentation
GetACL(BPMConnection,OU) Method



Syntax
'Declaration
 
Public Overloads Shared Function GetACL( _
   ByVal cn As BPMConnection, _
   ByVal ou As OU _
) As ACL
'Usage
 
Dim cn As BPMConnection
Dim ou As OU
Dim value As ACL
 
value = SecurityManager.GetACL(cn, ou)
public static ACL GetACL( 
   BPMConnection cn,
   OU ou
)
public:
static ACL^ GetACL( 
   BPMConnection^ cn,
   OU^ ou
) 

Parameters

cn
ou
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

SecurityManager Class
SecurityManager Members
Overload List

Send Feedback