This documentation is archived and is not being maintained.

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)

public:
virtual property String^ UserAction {
	String^ get ();
}

Property Value

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

Show: