SPAppDomain.Lookup method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function Lookup ( _
appDomain As String _
) As List(Of SPAppDomain)
'用途
Dim appDomain As String
Dim returnValue As List(Of SPAppDomain)
returnValue = SPAppDomain.Lookup(appDomain)
public static List<SPAppDomain> Lookup(
string appDomain
)
參數
- appDomain
Type: System.String
傳回值
Type: System.Collections.Generic.List<SPAppDomain>