Gets or sets the compiler target

Namespace: Microsoft.Cosmos.Client
Assembly: Microsoft.Cosmos.Client (in Microsoft.Cosmos.Client.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public override CompilerTarget Target { get; set; }
Visual Basic
Public Overrides Property Target As CompilerTarget
	Get
	Set
Visual C++
public:
virtual property CompilerTarget Target {
	CompilerTarget get () override;
	void set (CompilerTarget value) override;
}

See Also