Partager via


ContentLocationReply.HashAlgorithmSerializable Property

 

Gets or sets the serializable hash algorithm. This property is only for serialization. Use HashAlgorithm instead.

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

Syntax

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

Property Value

Type: System.String

See Also

ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top