Compartir a través de


: ServerContext.Current (Propiedad) (Microsoft.Office.Server)

Gets the ServerContext instance for the current request.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server (in microsoft.office.server.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property Current As ServerContext
'Uso
Dim value As ServerContext

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

Valor de propiedad

A ServerContext instance.

Ejemplo

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

Vea también

Referencia

ServerContext (Clase)
ServerContext (Miembros)
Microsoft.Office.Server (Espacio de nombres)