RSS Documentation
OU Constructor(String,String)



Syntax
'Declaration
 
Public Function New( _
   ByVal fullName As String, _
   ByVal name As String _
)
'Usage
 
Dim fullName As String
Dim name As String
 
Dim instance As New OU(fullName, name)
public OU( 
   string fullName,
   string name
)
public:
OU( 
   String^ fullName,
   String^ name
)

Parameters

fullName
name
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
Overload List

Send Feedback