ValueDefinedConstraint Constructor (T[])

[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 Sub New ( _
    allowedValuesArray As T() _
)
                  
                    public ValueDefinedConstraint (
    T[] allowedValuesArray
)
                  
                    public:
ValueDefinedConstraint (
    array<T>^ allowedValuesArray
)
                  
                    public ValueDefinedConstraint (
    T[] allowedValuesArray
)
                  
                    public function ValueDefinedConstraint (
    allowedValuesArray : T[]
)
                  

Parameters

  • allowedValuesArray

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

ValueDefinedConstraint Class
ValueDefinedConstraint Members
Microsoft.Exchange.Data Namespace