EntityEditor.AfterCallbackClientScript property

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

Syntax

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

value = instance.AfterCallbackClientScript

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

Property value

Type: System.String

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace