Skip to content

P_CodeJam_PerfTests_CompetitionMetadataAttribute_MetadataResourceName

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionMetadataAttribute.MetadataResourceName Property

The name of the resource containing xml document with competition limits. If not set then path to the resource should be same as path to the source file (resource's extension should be '.xml').

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

Syntax

C#

public string MetadataResourceName { get; }

VB

Public ReadOnly Property MetadataResourceName As String
	Get

F#

member MetadataResourceName : string with get

Property Value

Type: String
The name of the resource containing xml document with competition limits.

See Also

Reference

CompetitionMetadataAttribute Class
CodeJam.PerfTests Namespace

Clone this wiki locally