View.GetDefaultValues method

Gets a list of default values of the View fields.

Namespace:  Microsoft.SharePoint.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetDefaultValues As IFieldValueDictionary
'Usage
Dim instance As View
Dim returnValue As IFieldValueDictionary

returnValue = instance.GetDefaultValues()
public IFieldValueDictionary GetDefaultValues()

Return value

Type: Microsoft.BusinessData.Runtime.IFieldValueDictionary
A list of default values of the View fields.

Implements

IView.GetDefaultValues()

See also

Reference

View class

View members

Microsoft.SharePoint.BusinessData.MetadataModel namespace