AbstractInstance.ViewDefinition Property
When overridden in a derived class, gets the current view of the instance.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ViewDefinition As View
Get
'Usage
Dim instance As AbstractInstance
Dim value As View
value = instance.ViewDefinition
public virtual View ViewDefinition { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
A View object representing the current view of the instance.
Implements
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace