RSS Documentation
AddChildOU Method



Syntax
'Declaration
 
Public Shared Function AddChildOU( _
   ByVal cn As BPMConnection, _
   ByVal parentOuFullName As String, _
   ByVal ou As OU _
) As OU
'Usage
 
Dim cn As BPMConnection
Dim parentOuFullName As String
Dim ou As OU
Dim value As OU
 
value = OU.AddChildOU(cn, parentOuFullName, ou)
public static OU AddChildOU( 
   BPMConnection cn,
   string parentOuFullName,
   OU ou
)
public:
static OU^ AddChildOU( 
   BPMConnection^ cn,
   String^ parentOuFullName,
   OU^ ou
) 

Parameters

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

OU Class
OU Members

Send Feedback