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