GuestAgentStatus.Code Property

 

Optional. Integer. Status code from the result of applying the GA 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

GuestAgentStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top