IdeaBlade DevForce 2010 Help Reference
DisplayName Property
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > PropertyValueVerifier Class : DisplayName Property



Gets the Display name for this verifier. Internally this value will be determined by 1st) The display name defined in the constructor VerifierArgs. 2nd) A PropertyName translator Delegate registered on the current VerifierEngine [ everything below handled by the MemberMetadata class. 3rd) A DisplayNameAttribute on property 4th) A DescriptionAttribute on property 4th) The Name of the property.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DisplayName As String
Visual Basic (Usage)Copy Code
Dim instance As PropertyValueVerifier
Dim value As String
 
value = instance.DisplayName
C# 
public string DisplayName {get;}
C++/CLI 
public:
property String^ DisplayName {
   String^ get();
}

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.