ResourceExtensionConfigurationStatus.Code Property
Optional. Integer status code from the result of applying the configuration settings.
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
ResourceExtensionConfigurationStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top