ContentLocationReply.AlgorithmPreferenceSerializable Property
Gets or sets a serializable algorithm preference. This property is only for serialization. Use AlgorithmPreference instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string AlgorithmPreferenceSerializable { get; set; }
public:
property String^ AlgorithmPreferenceSerializable {
String^ get();
void set(String^ value);
}
Public Property AlgorithmPreferenceSerializable As String
Property Value
Type: System.String
See Also
ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top