SPAppDomain.Lookup-Methode
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
)
Parameter
- appDomain
Typ: System.String
Rückgabewert
Typ: System.Collections.Generic.List<SPAppDomain>