 | OptionsVersion Property |
[This is preliminary documentation and is subject to change.]
Current assembly version used internally by the compiler to handle versioning
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxpublic Version Version { get; internal set; }
Public Property Version As Version
Get
Friend Set
public:
property Version^ Version {
Version^ get ();
internal: void set (Version^ value);
}
member Version : Version with get, internal set
Property Value
Type:
Version
See Also