다음을 통해 공유


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