EntityEditor.Title property

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

Syntax

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

value = instance.Title

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

Property value

Type: System.String

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace