Compartilhar via


ContentSource.GetProperty method

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

Syntax

'Declaração
Public Function GetProperty ( _
    propertyName As String _
) As Object
'Uso
Dim instance As ContentSource
Dim propertyName As String
Dim returnValue As Object

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

Parâmetros

Valor retornado

Type: System.Object
Retorna Object.

Ver também

Referência

ContentSource class

ContentSource members

Microsoft.Office.Server.Search.Administration namespace