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.
Stores the member 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_arrMembersData As Object(,)
'Usage
Dim value As Object(,)
value = Me.m_arrMembersData
Me.m_arrMembersData = value
protected Object[,] m_arrMembersData