DriverCatalogDriver.PackageHash Property

 

Gets or sets the package hash.

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

Syntax

public string PackageHash { get; set; }
public:
property String^ PackageHash {
    String^ get();
    void set(String^ value);
}
Public Property PackageHash As String

Property Value

Type: System.String

See Also

DriverCatalogDriver Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top