ServerContext.Current - Propriété
Obtient l'instance de ServerContext pour la demande en cours.
Espace de noms : Microsoft.Office.Server
Assembly : Microsoft.Office.Server (dans Microsoft.Office.Server.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property Current As ServerContext
Get
'Utilisation
Dim value As ServerContext
value = ServerContext.Current
public static ServerContext Current { get; }
Valeur de propriété
Type : Microsoft.Office.Server.ServerContext
Une instance de ServerContext .
Exemples
SearchContext srchContext = SearchContext.GetContext(ServerContext.Current);