AbstractInstance.DataClass Property
NOTE: This API is now obsolete.
When overridden in a derived class, gets the DataClass object this instance belongs to.
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 DataClass As DataClass
Get
'Usage
Dim instance As AbstractInstance
Dim value As DataClass
value = instance.DataClass
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public DataClass DataClass { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
A DataClass object that this instance belongs to.
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace