SharedEntityState.DataTableForm Property
Gets the shared entity state information as a DataTable object.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property DataTableForm As DataTable
Get
'Usage
Dim instance As SharedEntityState
Dim value As DataTable
value = instance.DataTableForm
public DataTable DataTableForm { get; }
Property Value
Type: System.Data.DataTable
A DataTable object containing the shared entity state information.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace