DevForce Help Reference
ApplicableTypeName Property


Gets or sets the ApplicableType name.
Syntax
'Declaration
 
<DescriptionAttribute("The assembly-qualified type name of the objects that this verifier will verify.")>
<XmlAttributeAttribute("applicableType")>
Public Property ApplicableTypeName As String
'Usage
 
Dim instance As VerifierElement
Dim value As String
 
instance.ApplicableTypeName = value
 
value = instance.ApplicableTypeName
[Description("The assembly-qualified type name of the objects that this verifier will verify.")]
[XmlAttribute("applicableType")]
public string ApplicableTypeName {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