View.BaseViewId property
Gets a value that specifies the base view identifier of the list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property BaseViewId As String
Get
'Usage
Dim instance As View
Dim value As String
value = instance.BaseViewId
public string BaseViewId { get; }
Property value
Type: System.String
Returns a String instance representing the base view identifier of the list view.
Remarks
It must be an integer encoded as a string. Its value must be equal to or greater than 0. Its value must be equal to or less than 255.