Share via


ViewCreationInformation.baseViewId property

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

Syntax

'Declaration
Public Property baseViewId As Integer
    Get
    Set
'Usage
Dim instance As ViewCreationInformation
Dim value As Integer

value = instance.baseViewId

instance.baseViewId = value
public int baseViewId { get; set; }

Property value

Type: System.Int32

See also

Reference

ViewCreationInformation class

ViewCreationInformation members

Microsoft.SharePoint.Client namespace