Sets a PropertyError on Property of this Class.
[Visual Basic]
Overloads Public Sub _SetPropertyError( _
ByVal PropertyName As String , _
ByVal ColumnErrorString As String , _
Optional ByVal PreviousValue As Object, _
Optional ByVal ProposedValue As Object _
) [C#]
public void _SetPropertyError(
string PropertyName,
string ColumnErrorString,
Object PreviousValue,
Object ProposedValue
);[JScript]
public function _SetPropertyError(
PropertyName : String ,
ColumnErrorString : String ,
PreviousValue : Object,
ProposedValue : Object
);ConstructorClass Class | ConstructorClass Members | Overload List
©2006 i3 Design Limited. All rights reserved.