ContentLocationReply.AlgorithmPreference Property
Gets or sets the algorithm preference.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<uint> AlgorithmPreference { get; set; }
public:
property Nullable<unsigned int> AlgorithmPreference {
Nullable<unsigned int> get();
void set(Nullable<unsigned int> value);
}
Public Property AlgorithmPreference As Nullable(Of UInteger)
Property Value
Type: System.Nullable<UInt32>
See Also
ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top