IdeaBlade DevForce 2010 Help Reference
Verifiers Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeConfig Class : Verifiers Property



Verifier information - Applicable to both Client and Server.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Verifier information - Applicable to both Client and Server. ")>
<XmlArrayItemAttribute("verifier")>
<XmlArrayAttribute("verifiers")>
Public Property Verifiers As NamedElementCollection(Of VerifierElement)
Visual Basic (Usage)Copy Code
Dim instance As IdeaBladeConfig
Dim value As NamedElementCollection(Of VerifierElement)
 
instance.Verifiers = value
 
value = instance.Verifiers
C# 
[DescriptionAttribute("Verifier information - Applicable to both Client and Server. ")]
[XmlArrayItemAttribute("verifier")]
[XmlArrayAttribute("verifiers")]
public NamedElementCollection<VerifierElement> Verifiers {get; set;}
C++/CLI 
[DescriptionAttribute("Verifier information - Applicable to both Client and Server. ")]
[XmlArrayItemAttribute("verifier")]
[XmlArrayAttribute("verifiers")]
public:
property NamedElementCollection<VerifierElement^>^ Verifiers {
   NamedElementCollection<VerifierElement^>^ get();
   void set (    NamedElementCollection<VerifierElement^>^ value);
}

Remarks

Each Verifier contains information on how to verify the state of some business object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.