HttpRequestWithUriException.ReasonPhrase Property
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Public Property ReasonPhrase As String
public string ReasonPhrase { get; private set; }
public:
property String^ ReasonPhrase {
String^ get ();
private: void set (String^ value);
}
member ReasonPhrase : string with get, private set
function get ReasonPhrase () : String
private function set ReasonPhrase (value : String)
Property Value
Type: System.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
HttpRequestWithUriException Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace