ADObjectId.GetChildId Method (String)
Returns the Active Directory object identifier of the specified child object in the Active Directory.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Function GetChildId ( _
unescapedCommonName As String _
) As ADObjectId
'Usage
Dim instance As ADObjectId
Dim unescapedCommonName As String
Dim returnValue As ADObjectId
returnValue = instance.GetChildId(unescapedCommonName)
public ADObjectId GetChildId(
string unescapedCommonName
)
Parameters
- unescapedCommonName
Type: System.String
The name of the child object.
Return Value
Type: Microsoft.Exchange.Data.Directory.ADObjectId
The Active Directory object identifier for the specified child object.
Remarks
Calling the GetChildId(String) method is equivalent to calling the GetChildId(String, String) method with the prefix parameter set to "CN".