ReferenceValue.Parent Method

The Parent method creates a new ReferenceValue object that contains the distinguished name of the parent of this ReferenceValue object.

Syntax

public ReferenceValue Parent();
Public Function Parent() As ReferenceValue

Parameters

This method has no parameters.

Return Value

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 ILM 2007 FP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

ReferenceValue

Send comments about this topic to Microsoft

Build date: 2/16/2009