Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.