Skip to content

P_CodeJam_PerfTests_CompetitionMetadataAttribute_UseFullTypeName

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionMetadataAttribute.UseFullTypeName Property

Use full type name in XML annotations.

Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public bool UseFullTypeName { get; set; }

VB

Public Property UseFullTypeName As Boolean
	Get
	Set

F#

member UseFullTypeName : bool with get, set

Property Value

Type: Boolean
true if full type name should be used in annotations; otherwise, false.

See Also

Reference

CompetitionMetadataAttribute Class
CodeJam.PerfTests Namespace

Clone this wiki locally