CompilerParameters::UserToken Property

 

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

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property IntPtr UserToken {
	IntPtr get();
	void set(IntPtr value);
}

Property Value

Type: System::IntPtr

The user token to use.

.NET Framework
Available since 1.1
Return to top
Show: