Partager via


SubscriptionElement.HostedServices Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[XmlArrayItemAttribute("service")]
[XmlArrayAttribute("services")]
public List<HostedServiceElement> HostedServices { get; set; }
'Declaration
<XmlArrayItemAttribute("service")> _
<XmlArrayAttribute("services")> _
Public Property HostedServices As List(Of HostedServiceElement)
    Get
    Set
[XmlArrayItemAttribute(L"service")]
[XmlArrayAttribute(L"services")]
public:
property List<HostedServiceElement^>^ HostedServices {
    List<HostedServiceElement^>^ get ();
    void set (List<HostedServiceElement^>^ value);
}

See Also

SubscriptionElement Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.ServiceModel.Configuration Namespace