NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerParameters.UserToken

Gets or sets user token to be employed when creating the compiler process.

[Visual Basic]
Public Property UserToken As Integer
[C#]
public int UserToken {get; set;}
[C++]
public: __property int get_UserToken();
public: __property void set_UserToken(int);
[JScript]
public function get UserToken() : int;
public function set UserToken(int);

Property Value

The user token.

See Also

CompilerParameters Class | CompilerParameters Members | System.CodeDOM.Compiler Namespace