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)
Available in Sandboxed Solutions: No
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.