PackageApproval.GoLiveTime Property

Gets the UTC date and time that this package approval will appear for clients to download and apply.

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

Usage

Syntax

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

Property Value

The UTC date and time that this package approval will appear for clients to download and apply. Before this time, the package approval will not be seen by clients, even if it would otherwise be available.

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