Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the hash algorithm to use for the content location reply.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<uint> HashAlgorithm { get; set; }
public:
property Nullable<unsigned int> HashAlgorithm {
Nullable<unsigned int> get();
void set(Nullable<unsigned int> value);
}
Public Property HashAlgorithm As Nullable(Of UInteger)
Property Value
Type: System.Nullable<UInt32>
See Also
ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top