Update.Type Property

Gets the type of the update.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Type As Update.UpdateType
    Get
'Usage
Dim instance As Update
Dim value As Update.UpdateType

value = instance.Type
public abstract Update.UpdateType Type { get; }

Property Value

Type: Microsoft.SharePoint.JSGrid.Update.UpdateType
An Update.UpdateType representing the type of update.

See Also

Reference

Update Class

Update Members

Microsoft.SharePoint.JSGrid Namespace