PackageMetadataSet.LastChangeCookie Property
Gets the cookie that can be passed into GetPackageMetadataSet to obtain the list of packages that have changed since the previous call.
Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)
Usage
Syntax
'Declaration
Public ReadOnly Property LastChangeCookie As MetadataStateCookie
public MetadataStateCookie LastChangeCookie { get; }
public:
property MetadataStateCookie^ LastChangeCookie {
MetadataStateCookie^ get ();
}
/** @property */
public MetadataStateCookie get_LastChangeCookie ()
public function get LastChangeCookie () : MetadataStateCookie
Property Value
The cookie that can be passed into GetPackageMetadataSet to obtain the list of packages that have changed since the previous call.
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
PackageMetadataSet Class
PackageMetadataSet Members
Microsoft.UpdateServices.ClientServicing Namespace