Share via


SPView.Title Property

Gets or sets the display name for the view.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableAttribute> _
Public Property Title As String
    Get
    Set
'Usage
Dim instance As SPView
Dim value As String

value = instance.Title

instance.Title = value
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableAttribute]
public string Title { get; set; }

Property Value

Type: System.String
A string that contains the display name.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace