ValidationModelFieldAttributeField Property |
Gets the field corresponding to the property.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ValidationField Field { get; }
Public ReadOnly Property Field As ValidationField
Get
public:
property ValidationField Field {
ValidationField get ();
}
member Field : ValidationField with get
Property Value
Type:
ValidationFieldSee Also