| Package | com.esri.ags.tasks.supportClasses |
| Class | public class NAMessage |
| Inheritance | NAMessage flash.events.EventDispatcher |
| Since : | ArcGIS API for Flex 1.2 |
See also
| Property | Defined By | ||
|---|---|---|---|
| description : String
The description part of the message. | NAMessage | ||
| type : int
The message type. | NAMessage | ||
| description | property |
description:StringThe description part of the message.
This property can be used as the source for data binding.
public function get description():String public function set description(value:String):void| type | property |
type:intThe message type.
This property can be used as the source for data binding.
public function get type():int public function set type(value:int):void