ServiceGroupDescription.MemberDescriptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.