Freigeben über


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

Rückgabewert

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

Siehe auch

Referenz

SPAppDomain Klasse

SPAppDomain-Member

Microsoft.SharePoint.Administration-Namespace