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 with get
override UserAction : string with get
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
- 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.