ListProperty.Property property

Gets or sets the name of the property to render for the server control.

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

Syntax

'Declaration
Public Property Property As String
    Get
    Set
'Usage
Dim instance As ListProperty
Dim value As String

value = instance.Property

instance.Property = value
public string Property { get; set; }

Property value

Type: System.String
A string that contains the name of a property listed in the following table.

Name

Value

Created

Date and time the list was created.

DefaultViewUrl

Server-relative URL of the default list view.

Description

Description of the list.

EnableSyndication

true if RSS syndication is enabled for the list; otherwise, false.

ItemCount

Number of items in the list.

LinkTitle

Title linked to list.

MajorVersionLimit

For a document library that uses version control with major versions only, maximum number of major versions allowed for items.

MajorWithMinorVersionsLimit

For a document library that uses version control with both major and minor versions, maximum number of major versions allowed for items.

RelativeFolderPath

Site-relative URL for the list.

Title

Title of the list.

ViewSelector

View selector with links to views for the list.

See also

Reference

ListProperty class

ListProperty members

Microsoft.SharePoint.WebControls namespace