PropertyOwner.ClearPropertyError Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub ClearPropertyError ( _
propertyName As String _
)
public void ClearPropertyError(
string propertyName
)
public:
virtual void ClearPropertyError(
String^ propertyName
) sealed
abstract ClearPropertyError :
propertyName:string -> unit
override ClearPropertyError :
propertyName:string -> unit
public final function ClearPropertyError(
propertyName : String
)
Parameters
- propertyName
Type: System.String
Implements
IPropertyValidator.ClearPropertyError(String)
.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