ContentClientPackage Class

 

Represents a client package.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.ContentClientPackage

Syntax

[SerializableAttribute]
public sealed class ContentClientPackage
[SerializableAttribute]
public ref class ContentClientPackage sealed 
<SerializableAttribute>
Public NotInheritable Class ContentClientPackage

Constructors

Name Description
System_CAPS_pubmethod ContentClientPackage()

Initializes a new instance of the ContentClientPackage class.

Properties

Name Description
System_CAPS_pubproperty EnablePeerCache

Gets or sets a value that indicates whether peer cache is enabled.

System_CAPS_pubproperty FullPackageHash

Gets or sets the client package hash.

System_CAPS_pubproperty FullPackageId

Gets or sets the client package ID.

System_CAPS_pubproperty FullPackageVersion

Gets or sets the client package version.

System_CAPS_pubproperty LastModifiedTime

Gets or sets the time that the client package was last modified.

System_CAPS_pubproperty MinimumClientVersion

Gets or sets the minimum client version.

System_CAPS_pubproperty ProgramEnabled

Gets or sets a value that indicates whether the program is enabled.

System_CAPS_pubproperty RandomizeMaxDays

Gets or sets the maximum number of days to randomize.

System_CAPS_pubproperty SiteVersion

Gets or sets the site version.

System_CAPS_pubproperty SiteVersionMatch

Gets or sets a value that indicates whether there is a site version match.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top