ResourceExtensionStatus.Code Property
Optional. Status code sent by the Resource Extension.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public Nullable<int> Code { get; set; }
public:
property Nullable<int> Code {
Nullable<int> get();
void set(Nullable<int> value);
}
member Code : Nullable<int> with get, set
Public Property Code As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
ResourceExtensionStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top