ContentSource.GetProperty Method

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

Syntax

'Declaration
Public Function GetProperty ( _
    propertyName As String _
) As Object
'Usage
Dim instance As ContentSource
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetProperty(propertyName)
public Object GetProperty(
    string propertyName
)

Parameters

Return Value

Type: System.Object
Returns Object.

See Also

Reference

ContentSource Class

ContentSource Members

Microsoft.Office.Server.Search.Administration Namespace