Share via


EntityEditor.AfterCallbackClientScript Property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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
Returns String.

See Also

Reference

EntityEditor Class

EntityEditor Members

Microsoft.SharePoint.WebControls Namespace