UserDefinedGroupBinding.Groups Property

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

Syntax

'Declaration
Public ReadOnly Property Groups As GroupCollection
    Get
'Usage
Dim instance As UserDefinedGroupBinding
Dim value As GroupCollection

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