Share via


PackageInfo.InstallDateUtc Property

 

Gets and sets the time that the add-in package was first installed.

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

Syntax

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

Property Value

Type: System.DateTime

An instance of DateTime.

See Also

PackageInfo Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace

Return to top