Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The IUID interface defines the interface for objects that must have
Unique Identifiers (UIDs) to uniquely identify the object.
UIDs do not need to be universally unique for most uses in Flex.
One exception is for messages send by data services.
uid:String
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The unique identifier for this object.
Implementation public function get uid():String
public function set uid(value:String):void