UpdateServicesPackage.CreationDate Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves the Creation Date of this package.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public ReadOnly Property CreationDate As DateTime
'Usage
Dim instance As UpdateServicesPackage
Dim value As DateTime

value = instance.CreationDate
public DateTime CreationDate { get; }
public:
property DateTime CreationDate {
    DateTime get ();
}
/** @property */
public DateTime get_CreationDate ()
public function get CreationDate () : DateTime

Property Value

The creation date of this package.

Remarks

Default: the current UTC date when this class is created.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.