ServiceGroupDescription.MemberDescriptions Property

Definition

Specifies the list of ServiceGroupMemberDescription objects for the members of this service group.

public System.Collections.Generic.IList<System.Fabric.Description.ServiceGroupMemberDescription> MemberDescriptions { get; set; }
member this.MemberDescriptions : System.Collections.Generic.IList<System.Fabric.Description.ServiceGroupMemberDescription> with get, set
Public Property MemberDescriptions As IList(Of ServiceGroupMemberDescription)

Property Value

Returns IList<T> of type ServiceGroupMemberDescription.

Applies to