Share via


ApplyFiltersWebPart.Text 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
<WebBrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property Text As String
    Get
    Set
'Usage
Dim instance As ApplyFiltersWebPart
Dim value As String

value = instance.Text

instance.Text = value
[WebBrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string Text { get; set; }

Property Value

Type: System.String

See Also

Reference

ApplyFiltersWebPart Class

ApplyFiltersWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace