SPMobileCommentsTitleControl.Text Property
Gets the title for the list of comments.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property Text As String
Get
'Usage
Dim value As String
value = Me.Text
protected override string Text { get; }
Property Value
Type: System.String
A String object that represents the title of the list of comments.
Remarks
Unless this property is overridden, the title of the current post is returned.
See Also
Reference
SPMobileCommentsTitleControl Class