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 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.