DevForce Help Reference
PropertyNameToDisplayNameTranslator Property


Delegate property that provides the ability to translate the property being verified into a localized description string.
Syntax
'Declaration
 
Public Overridable Property PropertyNameToDisplayNameTranslator As VerifierEngine.PropertyNameTranslator
'Usage
 
Dim instance As VerifierEngine
Dim value As VerifierEngine.PropertyNameTranslator
 
instance.PropertyNameToDisplayNameTranslator = value
 
value = instance.PropertyNameToDisplayNameTranslator
public virtual VerifierEngine.PropertyNameTranslator PropertyNameToDisplayNameTranslator {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

VerifierEngine Class
VerifierEngine Members
VerifierEngine.PropertyNameTranslator Delegate

Send Feedback