Share via


InsertRecordUpdate.DefaultValues property

Gets or sets the default values.

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

Syntax

'Declaration
Public Property DefaultValues As IDictionary(Of String, Object)
    Get
    Set
'Usage
Dim instance As InsertRecordUpdate
Dim value As IDictionary(Of String, Object)

value = instance.DefaultValues

instance.DefaultValues = value
public IDictionary<string, Object> DefaultValues { get; set; }

Property value

Type: System.Collections.Generic.IDictionary<String, Object>
An IDictionary<TKey, TValue> object that represents a generic collection of key/value pairs.

See also

Reference

InsertRecordUpdate class

InsertRecordUpdate members

Microsoft.SharePoint.JSGrid namespace