SiteDocuments.NumberOfCharactersBeforeEllipses Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ResourcesAttribute("Webpart_Property_NumCharsBeforeEllipses_Text", "Webpart_PropertySection_View_Text", _
"Webpart_Property_NumCharsBeforeEllipses_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property NumberOfCharactersBeforeEllipses As Integer
Get
Set
'Usage
Dim instance As SiteDocuments
Dim value As Integer
value = instance.NumberOfCharactersBeforeEllipses
instance.NumberOfCharactersBeforeEllipses = value
[ResourcesAttribute("Webpart_Property_NumCharsBeforeEllipses_Text", "Webpart_PropertySection_View_Text",
"Webpart_Property_NumCharsBeforeEllipses_Description")]
[WebPartStorageAttribute(Storage.Shared)]
public int NumberOfCharactersBeforeEllipses { get; set; }
Property Value
Type: System.Int32