PeopleSearchBoxEx.Properties 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
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(True)> _
<ResourcesAttribute("PeopleSearchBoxExToolPart_Properties_Text", "", _
"PeopleSearchBoxExToolPart_Properties_ToolTip")> _
Public Property Properties As String
Get
Set
'Usage
Dim instance As PeopleSearchBoxEx
Dim value As String
value = instance.Properties
instance.Properties = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(true)]
[ResourcesAttribute("PeopleSearchBoxExToolPart_Properties_Text", "",
"PeopleSearchBoxExToolPart_Properties_ToolTip")]
public string Properties { get; set; }
Property Value
Type: System.String