Share via


MruDocsWebPart.BaseViewID property

This documentation is preliminary and is subject to change.

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property BaseViewID As String
    Get
    Set
'Usage
Dim instance As MruDocsWebPart
Dim value As String

value = instance.BaseViewID

instance.BaseViewID = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string BaseViewID { get; set; }

Property value

Type: System.String

See also

Reference

MruDocsWebPart class

MruDocsWebPart members

Microsoft.SharePoint.WebPartPages namespace