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
Syntax
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