다음을 통해 공유


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.

See Also

Reference

InsertRecordUpdate Class

InsertRecordUpdate Members

Microsoft.SharePoint.JSGrid Namespace