Partager via


MessagePropertyAttribute.RangeMax Property

 

Gets or sets a maximum 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 RangeMax { get; set; }
public:
property Object^ RangeMax {
    Object^ get();
    void set(Object^ value);
}
Public Property RangeMax As Object

Property Value

Type: System.Object

See Also

MessagePropertyAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top