Share via


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