Gets and sets the property ClusterSecurityGroups. 
            
                    A list of cluster security group that are associated with the cluster. Each
                   security group is represented by an element that contains          CopyC#
            and
CopyC#
            and ClusterSecurityGroup.Name
 CopyC# subelements.
CopyC# subelements.        
            ClusterSecurityGroup.Status
Cluster security groups are used when the cluster is not created in a VPC. Clusters that are created in a VPC use VPC security groups, which are listed by the VpcSecurityGroups parameter.
 Declaration Syntax
 Declaration Syntax| C# | 
public List<ClusterSecurityGroupMembership> ClusterSecurityGroups { get; set; }