AbstractInstance.DataClass Property
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
Public ReadOnly Property DataClass As DataClass
Get
'Usage
Dim instance As AbstractInstance
Dim value As DataClass
value = instance.DataClass
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