CSEntry.DN Property
The DN property retrieves or sets a ReferenceValue object that represents the distinguished name of the connector space entry.
public ReferenceValue DN {get; set;}
Public Property DN As ReferenceValue
Exceptions
Exception type | Condition |
---|---|
ArgumentNullException | This property is null. |
AttributeNotDefinedAsSourceException | This property is accessed inside an IMASynchronization.MapAttributesForImport call and the distinguished name was not selected as a source attribute. |
InvalidOperationException | The management agent type does not support renames, or the anchor and distinguished name are the same (so renames are not allowed). |
Remarks
You can set this property only in a Provision method or a Deprovision method.
This property is not case-sensitive, with the exception of when creating a connector (specifically, the time after calling the StartNewConnector(String) method and before calling the CommitNewConnector method).
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009