DevForce Help Reference
Verifiers Property (IdeaBladeConfig)


Verifier information - Applicable to both Client and Server.
Syntax
'Declaration
 
<DescriptionAttribute("Verifier information - Applicable to both Client and Server. ")>
<XmlArrayAttribute("verifiers")>
<XmlArrayItemAttribute("verifier")>
Public Property Verifiers As NamedElementCollection(Of VerifierElement)
'Usage
 
Dim instance As IdeaBladeConfig
Dim value As NamedElementCollection(Of VerifierElement)
 
instance.Verifiers = value
 
value = instance.Verifiers
[Description("Verifier information - Applicable to both Client and Server. ")]
[XmlArray("verifiers")]
[XmlArrayItem("verifier")]
public NamedElementCollection<VerifierElement> Verifiers {get; set;}
Remarks
Each Verifier contains information on how to verify the state of some business object.
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

IdeaBladeConfig Class
IdeaBladeConfig Members

Send Feedback