ListItem.Client_Title property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Client_Title As String
Get
'Usage
Dim instance As ListItem
Dim value As String
value = instance.Client_Title
public string Client_Title { get; }
Property value
Type: System.String