SPMemberCollection.m_arrRolesData field
Armazene os dados de definição de função como uma matriz bidimensional.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected m_arrRolesData As Object(,)
'Uso
Dim value As Object(,)
value = Me.m_arrRolesData
Me.m_arrRolesData = value
protected Object[,] m_arrRolesData