MSIR.0783 Already have (setorget) method for property: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Automatically generated page update) |
||
Line 3: | Line 3: | ||
A likely cause of this error is mistakenly typing <var>Set</var> when <var>Get</var> is meant, or vice versa. | A likely cause of this error is mistakenly typing <var>Set</var> when <var>Get</var> is meant, or vice versa. | ||
[[Category:Sirius Mods messages]] | [[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]] |
Revision as of 16:05, 13 August 2015
This is a compilation error for a class or structure definition. Property definitions require a single Get method, a single Set method, or one of each of these types depending on whether the property is ReadOnly, WriteOnly, or ReadWrite, respectively.
A likely cause of this error is mistakenly typing Set when Get is meant, or vice versa.