CompareAttribute.OtherPropertyDisplayName Property

Gets the other properties display name.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Property OtherPropertyDisplayName As String 
	Get 
	Friend Set
'Usage
Dim instance As CompareAttribute 
Dim value As String 

value = instance.OtherPropertyDisplayName

Property Value

Type: System.String
The other properties display name.
Show: