DistinguishedFolderIdType.ChangeKey Property

Definition

The ChangeKey property gets or sets a string that identifies a version of a folder that is identified by the Id property.

public:
 property System::String ^ ChangeKey { System::String ^ get(); void set(System::String ^ value); };
public string ChangeKey { get; set; }
Public Property ChangeKey As String

Property Value

The ChangeKey property returns a string that represents a change key.

Remarks

This property is optional. Use this property to make sure that the correct version of a folder is used.

Applies to