Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the definition for a specified ViewAccessor method.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetViewDefinition ( _
viewAccessorName As String _
) As View
'Usage
Dim instance As Entity
Dim viewAccessorName As String
Dim returnValue As View
returnValue = instance.GetViewDefinition(viewAccessorName)
public View GetViewDefinition(
string viewAccessorName
)
Parameters
- viewAccessorName
Type: System.String
The name of the ViewAccessor method.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.View
A View object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace