GuestAgentMessage.ParamList Property

 

Optional. The guest agent message parameter list.

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

Syntax

public IList<string> ParamList { get; set; }
public:
property IList<String^>^ ParamList {
    IList<String^>^ get();
    void set(IList<String^>^ value);
}
member ParamList : IList<string> with get, set
Public Property ParamList As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

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

Return to top