Creates a new ReferenceValue object that contains the distinguished name of the parent of this ReferenceValue object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ReferenceValue
Dim returnValue As ReferenceValue

returnValue = instance.Parent

Syntax

Visual Basic
Public MustOverride Function Parent As ReferenceValue
C#
public abstract ReferenceValue Parent ()
C++
public:
virtual ReferenceValue^ Parent () abstract
J#
public abstract ReferenceValue Parent ()
JScript
public abstract function Parent () : ReferenceValue

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", the Parent method returns a new ReferenceValue object with the distinguished name of "dc=corp,dc=fabrikam,dc=com". If no parent object exists, it returns null

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also