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 | |
---|---|---|
ContentClientPackage() | Initializes a new instance of the ContentClientPackage class. |
Properties
Name | Description | |
---|---|---|
EnablePeerCache | Gets or sets a value that indicates whether peer cache is enabled. |
|
FullPackageHash | Gets or sets the client package hash. |
|
FullPackageId | Gets or sets the client package ID. |
|
FullPackageVersion | Gets or sets the client package version. |
|
LastModifiedTime | Gets or sets the time that the client package was last modified. |
|
MinimumClientVersion | Gets or sets the minimum client version. |
|
ProgramEnabled | Gets or sets a value that indicates whether the program is enabled. |
|
RandomizeMaxDays | Gets or sets the maximum number of days to randomize. |
|
SiteVersion | Gets or sets the site version. |
|
SiteVersionMatch | Gets or sets a value that indicates whether there is a site version match. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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