Returns the Property Error as a String for Property of this Class..
[Visual Basic]
Public ReadOnly Property _GetPropertyError( _
ByVal PropertyName As String _
) As String [C#]
public string _GetPropertyError(
string PropertyName
); {get;}[JScript]
public function get _GetPropertyError(
PropertyName : String
) : String If PropertyName is an empty string a CRLF delimited string of all column errors will be returned
ConstructorClass Class | ConstructorClass Members
©2006 i3 Design Limited. All rights reserved.