SPAppDomain.Lookup method

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function Lookup ( _
    appDomain As String _
) As List(Of SPAppDomain)
'Usage
Dim appDomain As String
Dim returnValue As List(Of SPAppDomain)

returnValue = SPAppDomain.Lookup(appDomain)
public static List<SPAppDomain> Lookup(
    string appDomain
)

Parameters

Return value

Type: System.Collections.Generic.List<SPAppDomain>

See also

Reference

SPAppDomain class

SPAppDomain members

Microsoft.SharePoint.Administration namespace