Partager via


MessagePropertyAttribute.RangeMin Property

 

Gets or sets a minimum range for the message. The value must be an object type that implements IComparable (such as Int32 or string) or it will fail during validation.

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

Syntax

public object RangeMin { get; set; }
public:
property Object^ RangeMin {
    Object^ get();
    void set(Object^ value);
}
Public Property RangeMin As Object

Property Value

Type: System.Object

See Also

MessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top