The CreateProcessAsUser property specifies whether a CGI process is created in the system context or in the context of the requesting user.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CreateProcessAsUser As Boolean |
C# |
---|
public bool CreateProcessAsUser { get; set; } |
C++ |
---|
public property bool CreateProcessAsUser sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_CreateProcessAsUser(); /** property */ public void set_CreateProcessAsUser(bool value); |
JScript |
---|
public function get CreateProcessAsUser() : bool public function set CreateProcessAsUser(value : bool); |
Property Value
Value indicating if CreateProcessAsUser is enabled or disabled.
See Also
Documentation version 1.0.0.0.