PropUpdate.NewProp property

Gets or sets an object representing the new value of the cell.

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

Syntax

'Declaration
Public Property NewProp As Prop
    Get
    Set
'Usage
Dim instance As PropUpdate
Dim value As Prop

value = instance.NewProp

instance.NewProp = value
public Prop NewProp { get; set; }

Property value

Type: Microsoft.SharePoint.JSGrid.Prop
The updated Prop.

See also

Reference

PropUpdate class

PropUpdate members

Microsoft.SharePoint.JSGrid namespace