CompareAttribute::OtherProperty Property

.NET Framework (current version)
 

Gets the property to compare with the current property.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
property String^ OtherProperty {
	String^ get();
	private: void set(String^ value);
}

Property Value

Type: System::String^

The other property.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: