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