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

A minimum range for the message. Must be an object type that implements IComparable (Int32, string, etc) or else it will fail during validation.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Object 
RangeMin { 
get; 
set; }
Public 
Property 
RangeMin 
As 
Object
	
Get
	
Set
public:
property 
Object^ 
RangeMin {
	
Object^ 
get ();
	
void 
set (
Object^ 
value);
}

See Also