PcwException.UserAction Property

Gets a description of the action that a user must take to resolve the error.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property UserAction As String
public virtual string UserAction { get; }
public:
virtual property String^ UserAction {
    String^ get ();
}
abstract UserAction : string
override UserAction : string
function get UserAction () : String

Property Value

Type: System.String
A description of the action that a user must take to resolve the error.

.NET Framework Security

See Also

Reference

PcwException Class

Microsoft.TeamFoundation.Client Namespace