Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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