PublishWithCommentAction.DisplayText Property
Gets the display text for this action. The text varies according to the context.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DisplayText As String
Get
'Usage
Dim instance As PublishWithCommentAction
Dim value As String
value = instance.DisplayText
public override string DisplayText { get; }
Property Value
Type: System.String
See Also
Reference
PublishWithCommentAction Class
PublishWithCommentAction Members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace