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
- appDomain
Type: System.String
Return value
Type: System.Collections.Generic.List<SPAppDomain>