HostedServiceGetResponse.Properties Property

 

Gets or sets a collection of HostedServiceProperties objects that define the properties that are assigned to the cloud service.

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

Syntax

public HostedServiceProperties Properties { get; set; }
public:
property HostedServiceProperties^ Properties {
    HostedServiceProperties^ get();
    void set(HostedServiceProperties^ value);
}
member Properties : HostedServiceProperties with get, set
Public Property Properties As HostedServiceProperties

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceProperties

A collection of HostedServiceProperties objects.

See Also

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

Return to top