DataProviderScriptWebPart.Properties property

Specifies the property bag for user defined basic type properties.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property Properties As Dictionary(Of String, Object)
    Get
    Set
'Usage
Dim instance As DataProviderScriptWebPart
Dim value As Dictionary(Of String, Object)

value = instance.Properties

instance.Properties = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public Dictionary<string, Object> Properties { get; set; }

Property value

Type: System.Collections.Generic.Dictionary<String, Object>

See also

Reference

DataProviderScriptWebPart class

DataProviderScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace