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
.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.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace