CategoryResultsWebPart.ViewFields 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(True)> _
<ResourcesAttribute("CategoryResultsWebPart_ViewFields_Label", "", "CategoryResultsWebPart_ViewFields_ToolTip")> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ViewFields As String
Get
Set
'Usage
Dim instance As CategoryResultsWebPart
Dim value As String
value = instance.ViewFields
instance.ViewFields = value
[WebBrowsableAttribute(true)]
[ResourcesAttribute("CategoryResultsWebPart_ViewFields_Label", "", "CategoryResultsWebPart_ViewFields_ToolTip")]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ViewFields { get; set; }
Property Value
Type: System.String