ListItemProperty.Property property

Gets or sets the internal name of the field 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 ListItemProperty
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 internal name of a field in the current list.

See also

Reference

ListItemProperty class

ListItemProperty members

Microsoft.SharePoint.WebControls namespace