PropertyOwner.IDataErrorInfo.Error Property

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.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

IDataErrorInfo.Error

.NET Framework Security

See Also

Reference

PropertyOwner Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace