Group.Members Property

Gets a collection of strings with all group members.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property Members As StringCollection
    Get
'Usage
Dim instance As Group
Dim value As StringCollection

value = instance.Members
public StringCollection Members { get; }
public:
property StringCollection^ Members {
    StringCollection^ get ();
}
member Members : StringCollection
function get Members () : StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection
A collection of strings with all group members.