Name (UnknownStatistic property): Difference between revisions
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>% | <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> | <tr><th>unknownStatistic</th> | ||
<td>An UnknownStatistic object variable. | <td>An <var>[[UnknownStatistic_class|UnknownStatistic]]</var> object variable. | ||
</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. |