Click or drag to resize
BaseEndpointRunAsSystemAccount Property
If enabled, the process handling the request is executed in the context of the application pool user.

Namespace: Colygon.MatchPoint.WebApi.Configuration.EndPoints
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public bool RunAsSystemAccount { get; set; }

Property Value

Type: Boolean
See Also