Partager via


PackageInfo.ExpirationDateUtc Property

 

Gets and sets the date on which the subscription for the add-in package expires.

Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)

Syntax

[DataMemberAttribute]
public DateTime ExpirationDateUtc { get; set; }
public:
[DataMemberAttribute]
property DateTime ExpirationDateUtc {
    DateTime get();
    void set(DateTime value);
}
<DataMemberAttribute>
Public Property ExpirationDateUtc As Date

Property Value

Type: System.DateTime

An instance of DateTime.

Remarks

MinValue can be used to specify that the add-in package does not expire.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top