CompareAttribute.OtherProperty Property

Gets the property to compare with the current property.

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

'Declaration
Public Property OtherProperty As String 
	Get 
	Private Set
'Usage
Dim instance As CompareAttribute 
Dim value As String 

value = instance.OtherProperty

Property Value

Type: System.String
The property to compare with the current property.
Show: