CloudError.Code Property
Parsed error code.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string Code { get; set; }
public:
property String^ Code {
String^ get();
void set(String^ value);
}
member Code : string with get, set
Public Property Code As String
Property Value
Type: System.String
See Also
CloudError Class
Microsoft.WindowsAzure Namespace
Return to top