UserPermission.ExpirationDate Property

Definition

Returns or sets the optional expiration date of the permissions on the active document assigned to the user associated with the specified UserPermission object.

public:
 property System::Object ^ ExpirationDate { System::Object ^ get(); void set(System::Object ^ value); };
public object ExpirationDate { get; set; }
member this.ExpirationDate : obj with get, set
Public Property ExpirationDate As Object

Property Value

Remarks

The UserPermission object associates a set of permissions on the active document with a single user and an optional expiration date. The ExpirationDate property returns or sets the optional expiration date of the specified UserPermission object using the local time zone.

Applies to