Microsoft Identity
Integration Server 2003 Developer Reference
ReferenceValue.Parent
The Parent method creates a new ReferenceValue object that contains
the distinguished name of the parent of this ReferenceValue
object.
[C#]public ReferenceValue Parent();
[Visual Basic .NET]Public Function Parent() As ReferenceValue
Parameters
This method has no parameters.
Return Values
Returns a ReferenceValue object that contains the
distinguished name of the parent of this ReferenceValue
object. For example, if the distinguished name of this
ReferenceValue object is
"cn=jeffsmith,dc=corp,dc=fabrikam,dc=com", Parent returns a
new ReferenceValue object with the distinguished name of
"dc=corp,dc=fabrikam,dc=com". If no parent object exists, returns
null
Requirements
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.