GuestAgentMessage.MessageResourceId Property

 

Optional. The message resource ID.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string MessageResourceId { get; set; }
public:
property String^ MessageResourceId {
    String^ get();
    void set(String^ value);
}
member MessageResourceId : string with get, set
Public Property MessageResourceId As String

Property Value

Type: System.String

See Also

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

Return to top