Dela via


ScaleGroupElement.GroupMembers 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

[XmlArrayAttribute("roles")]
[XmlArrayItemAttribute("role")]
public List<ScaleGroupRoleElement> GroupMembers { get; set; }
'Declaration
<XmlArrayAttribute("roles")> _
<XmlArrayItemAttribute("role")> _
Public Property GroupMembers As List(Of ScaleGroupRoleElement)
    Get
    Set
[XmlArrayAttribute(L"roles")]
[XmlArrayItemAttribute(L"role")]
public:
property List<ScaleGroupRoleElement^>^ GroupMembers {
    List<ScaleGroupRoleElement^>^ get ();
    void set (List<ScaleGroupRoleElement^>^ value);
}

See Also

ScaleGroupElement Class

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