IInstance.ViewDefinition Property

NOTE: This API is now obsolete.

Gets the schema of the current view of the instance.

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)> _
ReadOnly Property ViewDefinition As View
    Get
'Usage
Dim instance As IInstance
Dim value As View

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

Property Value

Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
A View object representing the schema of the current view of the instance.

See Also

Reference

IInstance Interface

IInstance Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace