SPFormContext.CSRDefaultValuesCollection property

Gets a Dictionary to write field default values into for Location Based Defaults.

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

Syntax

'Declaration
Public ReadOnly Property CSRDefaultValuesCollection As Dictionary(Of String, Object)
    Get
'Usage
Dim instance As SPFormContext
Dim value As Dictionary(Of String, Object)

value = instance.CSRDefaultValuesCollection
public Dictionary<string, Object> CSRDefaultValuesCollection { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>
The Dictionary.

See also

Reference

SPFormContext class

SPFormContext members

Microsoft.SharePoint namespace