RSS Documentation
UpdateOU Method



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

Parameters

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