ValueDefinedConstraint Constructor (T[], Boolean)
[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 ( _
valuesArray As T(), _
specifyAllowedValues As Boolean _
)
public ValueDefinedConstraint (
T[] valuesArray,
bool specifyAllowedValues
)
public:
ValueDefinedConstraint (
array<T>^ valuesArray,
bool specifyAllowedValues
)
public ValueDefinedConstraint (
T[] valuesArray,
boolean specifyAllowedValues
)
public function ValueDefinedConstraint (
valuesArray : T[],
specifyAllowedValues : boolean
)
Parameters
- valuesArray
- specifyAllowedValues
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2)
Target Platforms
See Also
Reference
ValueDefinedConstraint Class
ValueDefinedConstraint Members
Microsoft.Exchange.Data Namespace