ValidatingViewModelBase.IDataErrorInfo.Error Property
Gets an error message indicating what is wrong with this object.
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Error As String
Implements IDataErrorInfo.Error
string IDataErrorInfo.Error { get; }
private:
virtual property String^ Error {
String^ get () sealed = IDataErrorInfo::Error::get;
}
private abstract Error : string with get
private override Error : string with get
JScript does not support explicit interface implementations.
Property Value
Type: System.String
Returns String.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.