[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Algorithm preference

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Nullable<
uint> 
AlgorithmPreference { 
get; 
set; }
Public 
Property 
AlgorithmPreference 
As 
Nullable(
Of 
UInteger)
	
Get
	
Set
public:
property 
Nullable<
unsigned int> 
AlgorithmPreference {
	
Nullable<
unsigned int> 
get ();
	
void 
set (
Nullable<
unsigned int> 
value);
}

See Also