Name (UnknownStatistic property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (edits, tags and links)
Line 1: Line 1:
{{Template:UnknownStatistic:Name subtitle}}
{{Template:UnknownStatistic:Name subtitle}}
This readOnly property returns a string that contains the name of the statistic that is not recognized by the calling method.


==Syntax==
==Syntax==
Line 5: Line 6:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%name</th>
<tr><th>%string</th>
<td>This string variable is to contain the name of the unrecognized statistic.
<td>This string variable is to contain the name of the unrecognized statistic.
</td></tr>
</td></tr>
<tr><th>%unknown</th>
<tr><th>unknownStatistic</th>
<td>An UnknownStatistic object variable.
<td>An <var>[[UnknownStatistic_class|UnknownStatistic]]</var> object variable.
</td></tr></table>


</td></tr></table>
==See also==
==See also==
{{Template:UnknownStatistic:Name footer}}
{{Template:UnknownStatistic:Name footer}}

Revision as of 11:35, 24 April 2011

Name of statistic not recognized by the method (UnknownStatistic class) This readOnly property returns a string that contains the name of the statistic that is not recognized by the calling method.

Syntax

%string = unknownStatistic:Name

Syntax terms

%string This string variable is to contain the name of the unrecognized statistic.
unknownStatistic An UnknownStatistic object variable.

See also