Share via


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