RSS Documentation
GetRootOUs(Boolean) Method



Syntax
'Declaration
 
Public Overloads Function GetRootOUs( _
   ByVal processAttendOnly As Boolean _
) As OUCollection
'Usage
 
Dim instance As BPMConnection
Dim processAttendOnly As Boolean
Dim value As OUCollection
 
value = instance.GetRootOUs(processAttendOnly)
public OUCollection GetRootOUs( 
   bool processAttendOnly
)
public:
OUCollection^ GetRootOUs( 
   bool processAttendOnly
) 

Parameters

processAttendOnly
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

BPMConnection Class
BPMConnection Members
Overload List

Send Feedback