This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets the constraint of this paramater instance.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
[("constraint", IsKey = false, IsRequired = false, 
	DefaultValue = null)]
public string Constraint { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<("constraint", IsKey := False, IsRequired := False,  _
	DefaultValue := Nothing)> _
Public Property Constraint As 
	Get
	Set

Field Value

The constraint.

See Also

Advanced