ReferenceValue.Concat Method
The Concat(ReferenceValue) method creates a new ReferenceValue object by appending the distinguished name of another ReferenceValue object to the distinguished name of this ReferenceValue object.
Syntax
public ReferenceValue Concat(
ReferenceValue DN
);
Public Function Concat( _
ByVal DN As ReferenceValue _
) As ReferenceValue
Parameters
- DN
Contains a ReferenceValue object 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 of 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