CoreResultsWebPart.SharedPropertiesVersion property

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property SharedPropertiesVersion As Integer
    Get
    Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Integer

value = instance.SharedPropertiesVersion

instance.SharedPropertiesVersion = value
[WebPartStorageAttribute(Storage.Shared)]
[WebBrowsableAttribute(false)]
public int SharedPropertiesVersion { get; set; }

Property value

Type: System.Int32
Returns Int32.

See also

Reference

CoreResultsWebPart class

CoreResultsWebPart members

Microsoft.Office.Server.Search.WebControls namespace