UserPermission.ExpirationDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.