VisibleGroupCount Property
In This Topic
Gets the number of groups in this group (not including groups in sub-groups) that are visible to the user, based on security settings
Syntax
'Declaration
Public ReadOnly Property VisibleGroupCount As Integer
public int VisibleGroupCount {get;}
public:
property int VisibleGroupCount {
int get();
}
See Also