RSS Documentation
GetRootOUs(String,GetRootOUsType) Method



Syntax
'Declaration
 
Public Overloads Function GetRootOUs( _
   ByVal ouFullName As String, _
   ByVal getType As BPM.GetRootOUsType _
) As OUCollection
'Usage
 
Dim instance As BPMConnection
Dim ouFullName As String
Dim getType As BPM.GetRootOUsType
Dim value As OUCollection
 
value = instance.GetRootOUs(ouFullName, getType)
public OUCollection GetRootOUs( 
   string ouFullName,
   BPM.GetRootOUsType getType
)
public:
OUCollection^ GetRootOUs( 
   String^ ouFullName,
   BPM.GetRootOUsType getType
) 

Parameters

ouFullName
getType
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