PackageApproval.CreationDate Property

Gets the UTC date and time that the package approval was created.

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

Usage

Syntax

'Declaration
Public ReadOnly Property CreationDate As DateTime
public DateTime CreationDate { get; }
public:
property DateTime CreationDate {
    DateTime get ();
}
/** @property */
public DateTime get_CreationDate ()
public function get CreationDate () : DateTime

Property Value

The UTC date and time that the package approval was created.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2

See Also

Reference

PackageApproval Class
PackageApproval Members
Microsoft.UpdateServices.ClientServicing Namespace