GroupPermissions.ICallbackEventHandler.GetCallbackResult method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Private Function GetCallbackResult As String
Implements ICallbackEventHandler.GetCallbackResult
'Usage
Dim instance As GroupPermissions
Dim returnValue As String
returnValue = CType(instance, ICallbackEventHandler).GetCallbackResult()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
stringICallbackEventHandler.GetCallbackResult()
Return value
Type: System.String
Implements
ICallbackEventHandler.GetCallbackResult()