Partager via


ServerContext.Current, propriété (Microsoft.Office.Server)

Gets the ServerContext instance for the current request.

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
'Utilisation
Dim value As ServerContext

value = ServerContext.Current
public static ServerContext Current { get; }

Valeur de la propriété

A ServerContext instance.

Exemple

SearchContext srchContext = SearchContext.GetContext(ServerContext.Current);

Voir aussi

Référence

ServerContext, classe
Membres ServerContext
Microsoft.Office.Server, espace de noms