SPMemberCollection.m_arrRolesData Field
Store the role definition data as a two-dimensional array.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected m_arrRolesData As Object(,)
'Usage
Dim value As Object(,)
value = Me.m_arrRolesData
Me.m_arrRolesData = value
protected Object[,] m_arrRolesData