InsertRecordUpdate.NewOutlineLevel property
Gets or sets the outline level of the inserted record.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property NewOutlineLevel As Integer
Get
Set
'Usage
Dim instance As InsertRecordUpdate
Dim value As Integer
value = instance.NewOutlineLevel
instance.NewOutlineLevel = value
public int NewOutlineLevel { get; set; }
Property value
Type: System.Int32
An Int32 indicating the outline level of the inserted record.