ReferenceValue.Concat Method
The Concat(String) method creates a new ReferenceValue object by appending a distinguished name string to the distinguished name of this ReferenceValue object. The string can contain escaped characters.
Syntax
public ReferenceValue Concat(
String DN
);
Public Function Concat( _
ByVal DN As String _
) As ReferenceValue
Parameters
- DN
Contains a string with escaped characters that will be appended to the distinguished name of this ReferenceValue object.
Return Value
Returns a new ReferenceValue object that contains the distinguished name of this ReferenceValue object concatenated with the distinguished name contained in DN.
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | The argument is null. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009