Microsoft Identity
Integration Server 2003 Developer Reference
ReferenceValue.Concat
(String)
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.
[C#]public ReferenceValue Concat(StringDN);
[Visual Basic .NET]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 Values
Returns a new ReferenceValue object that contains the
distinguished name of this ReferenceValue object
concatenated with the distinguished name contained in DN.
Product: Microsoft Identity Integration Server 2003 Namespace: Defined in Microsoft.MetadirectoryServices. Assembly: Requires Microsoft.MetadirectoryServices (in
Microsoft.MetadirectoryServices.dll). .NET Framework: Requires .NET Framework 1.1.