Name (UnknownStatistic property)

From m204wiki
Revision as of 16:29, 5 May 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

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