Share via


View.BaseViewId Property

Gets a value that specifies the base view identifier of the list view.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property BaseViewId As String
    Get
'Usage
Dim instance As View
Dim value As String

value = instance.BaseViewId
[RemoteAttribute]
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.

See Also

Reference

View Class

View Members

Microsoft.SharePoint.Client Namespace