ContentClientPackage Class

 

Represents a client package.

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

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

[SerializableAttribute]
public ref class ContentClientPackage sealed 

NameDescription
System_CAPS_pubmethodContentClientPackage()

Initializes a new instance of the ContentClientPackage class.

NameDescription
System_CAPS_pubpropertyEnablePeerCache

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

System_CAPS_pubpropertyFullPackageHash

Gets or sets the client package hash.

System_CAPS_pubpropertyFullPackageId

Gets or sets the client package ID.

System_CAPS_pubpropertyFullPackageVersion

Gets or sets the client package version.

System_CAPS_pubpropertyLastModifiedTime

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

System_CAPS_pubpropertyMinimumClientVersion

Gets or sets the minimum client version.

System_CAPS_pubpropertyProgramEnabled

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

System_CAPS_pubpropertyRandomizeMaxDays

Gets or sets the maximum number of days to randomize.

System_CAPS_pubpropertySiteVersion

Gets or sets the site version.

System_CAPS_pubpropertySiteVersionMatch

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: