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: String

Implements

IPropertyValidator.ClearPropertyError(String)

.NET Framework Security

See Also

Reference

PropertyOwner Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace