RangedUnlimitedConstraint.Validate Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in microsoft.exchange.data.dll)

Syntax

'Declaration

                    Public Overrides Function Validate ( _
    value As Object, _
    propertyDefinition As PropertyDefinition, _
    propertyBag As IPropertyBag _
) As PropertyConstraintViolationError
                  
                    public override PropertyConstraintViolationError Validate (
    Object value,
    PropertyDefinition propertyDefinition,
    IPropertyBag propertyBag
)
                  
                    public:
virtual PropertyConstraintViolationError^ Validate (
    Object^ value, 
    PropertyDefinition^ propertyDefinition, 
    IPropertyBag^ propertyBag
) override
                  
                    public PropertyConstraintViolationError Validate (
    Object value, 
    PropertyDefinition propertyDefinition, 
    IPropertyBag propertyBag
)
                  
                    public override function Validate (
    value : Object, 
    propertyDefinition : PropertyDefinition, 
    propertyBag : IPropertyBag
) : PropertyConstraintViolationError
                  

Parameters

  • value
  • propertyDefinition
  • propertyBag

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

RangedUnlimitedConstraint Class
RangedUnlimitedConstraint Members
Microsoft.Exchange.Data Namespace