CloudHttpResponseErrorInfo.ReasonPhrase Property
Gets the reason that is associated with the status code.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim instance As CloudHttpResponseErrorInfo
Dim value As String
value = instance.ReasonPhrase
instance.ReasonPhrase = value
Syntax
'Declaration
Public Property ReasonPhrase As String
public string ReasonPhrase { get; protected set; }
public:
property String^ ReasonPhrase {
String^ get ();
protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ReasonPhrase ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected void set_ReasonPhrase (String value)
CompilerGeneratedAttribute
public function get ReasonPhrase () : String
CompilerGeneratedAttribute
protected function set ReasonPhrase (value : String)
Property Value
The reason that is associated with the status code.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
CloudHttpResponseErrorInfo Class
CloudHttpResponseErrorInfo Members
Microsoft.WindowsAzure.Common Namespace