SearchServiceApplication.GetContentSourceNameFromID method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetContentSourceNameFromID ( _
contentSourceID As Integer _
) As String
'Usage
Dim instance As SearchServiceApplication
Dim contentSourceID As Integer
Dim returnValue As String
returnValue = instance.GetContentSourceNameFromID(contentSourceID)
public string GetContentSourceNameFromID(
int contentSourceID
)
Parameters
- contentSourceID
Type: System.Int32
Return value
Type: System.String
See also
Reference
SearchServiceApplication class