DevForce Help Reference
ResourceName Property


Gets or sets the error message resource name to use in order to look up the ErrorMessageResourceType property value if verifier fails.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ResourceName As String
'Usage
 
Dim instance As VerifierErrorMessageInfo
Dim value As String
 
instance.ResourceName = value
 
value = instance.ResourceName
[DataMember()]
public string ResourceName {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

VerifierErrorMessageInfo Class
VerifierErrorMessageInfo Members

Send Feedback