DevForce Help Reference
SortValue Property (VerifierElement)


Gets or sets the SortValue.
Syntax
'Declaration
 
<DescriptionAttribute("The order in which the verifier will be executed within a verifier batch.")>
<XmlAttributeAttribute("sortValue")>
<DefaultValueAttribute()>
Public Property SortValue As Double
'Usage
 
Dim instance As VerifierElement
Dim value As Double
 
instance.SortValue = value
 
value = instance.SortValue
[Description("The order in which the verifier will be executed within a verifier batch.")]
[XmlAttribute("sortValue")]
[DefaultValue()]
public double SortValue {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierElement Class
VerifierElement Members

Send Feedback