SPActionLink.PromptMessage property
Gets the prompt message that is displayed before taking the action.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property PromptMessage As String
Get
'Usage
Dim instance As SPActionLink
Dim value As String
value = instance.PromptMessage
public string PromptMessage { get; }
Property value
Type: System.String
A string that contains the message that is displayed.