SharedEntityState.DataTableForm Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property DataTableForm As DataTable
    Get
'Usage
Dim instance As SharedEntityState
Dim value As DataTable

value = instance.DataTableForm
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public DataTable DataTableForm { get; }

Property Value

Type: System.Data.DataTable
A DataTable object containing the shared entity state information.

See Also

Reference

SharedEntityState Class

SharedEntityState Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace