Share via


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)
Available in Sandboxed Solutions: No

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