ContentSource.SetProperty method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overridable Sub SetProperty ( _
propertyName As String, _
value As Object _
)
'Usage
Dim instance As ContentSource
Dim propertyName As String
Dim value As Object
instance.SetProperty(propertyName, value)
public virtual void SetProperty(
string propertyName,
Object value
)
Parameters
- propertyName
Type: System.String
- value
Type: System.Object