Share via


SoftwareDistributionPackage.CreationDate Property

 

Applies To: Windows Server Update Services

Gets the date/time when this package was created.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public DateTime CreationDate { get; }
public:
property DateTime CreationDate {
    DateTime get();
}
member CreationDate : DateTime with get
Public ReadOnly Property CreationDate As Date

Property Value

Type: System.DateTime

A DateTime in UTC representing when the package was created.

See Also

SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace

Return to top