Share via


SPMemberCollection.m_arrRolesData field

Store the role definition data as a two-dimensional array.

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

Syntax

'Declaration
Protected m_arrRolesData As Object(,)
'Usage
Dim value As Object(,)

value = Me.m_arrRolesData

Me.m_arrRolesData = value
protected Object[,] m_arrRolesData

See also

Reference

SPMemberCollection class

SPMemberCollection members

Microsoft.SharePoint namespace