Name (UnknownStatistic property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (edits, tags and links)
mNo edit summary
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.
This <var>[[Classes and Objects#readWrite|ReadOnly]]</var> property returns a string that contains the name of the statistic that is not recognized by the calling method.


==Syntax==
==Syntax==

Revision as of 16:29, 5 May 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