Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides ContentSource.SetProperty(String, Object).
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Sub SetProperty ( _
propertyName As String, _
value As Object _
)
'Usage
Dim instance As SharePointContentSource
Dim propertyName As String
Dim value As Object
instance.SetProperty(propertyName, value)
public override void SetProperty(
string propertyName,
Object value
)
Parameters
- propertyName
Type: System.String
- value
Type: System.Object