AskMeAboutWebPart.MaxCharactersInPropertyName Property
Gets or sets the maximum number of characters of the keyword that can be shown in the AskMeAboutWebPart.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property MaxCharactersInPropertyName As Integer
Get
Set
'Usage
Dim instance As AskMeAboutWebPart
Dim value As Integer
value = instance.MaxCharactersInPropertyName
instance.MaxCharactersInPropertyName = value
public int MaxCharactersInPropertyName { get; set; }
Property Value
Type: System.Int32
The maximum number of characters of the keyword that can be shown in the AskMeAboutWebPart. If the keyword is longer than the MaxCharactersInPropertyName length, the keyword will be shortened with an ellipsis appended to it. The default value is 20.