ContentClientPackage.FullPackageHash Property
Gets or sets the client package hash.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string FullPackageHash { get; set; }
public:
property String^ FullPackageHash {
String^ get();
void set(String^ value);
}
Public Property FullPackageHash As String
Property Value
Type: System.String
See Also
ContentClientPackage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top