Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously sets the expiration date for the specified add-in package.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void SetAddInExpirationDateAsync(
Guid id,
DateTime expirationUtc,
Uri renewalUri
)
public:
void SetAddInExpirationDateAsync(
Guid id,
DateTime expirationUtc,
Uri^ renewalUri
)
Public Sub SetAddInExpirationDateAsync (
id As Guid,
expirationUtc As Date,
renewalUri As Uri
)
Parameters
id
Type: System.GuidThe identifier of the add-in package.
expirationUtc
Type: System.DateTimeThe time that the add-in package expires. The DateTime.MaxValue value can be used if the add-in package does not expire.
renewalUri
Type: System.UriThe URL where the add-in package can be renewed.
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top