Partager via


PackageInfo.LastRedeployDate Property

 

Gets and sets the date that the add-in package was last deployed.

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

Syntax

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

Property Value

Type: System.DateTime

An instance of DateTime.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top