ArcFM Responder Mobile Developer Guide
ChildAction Property






Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property ChildAction As ChildActionList
'Usage
 
Dim instance As AppearanceSettings
Dim value As ChildActionList
 
instance.ChildAction = value
 
value = instance.ChildAction
[System.ComponentModel.DefaultValue()]
[System.Xml.Serialization.XmlAttribute()]
public ChildActionList ChildAction {get; set;}
public read-write property ChildAction: ChildActionList; 
System.ComponentModel.DefaultValueAttribute()
System.Xml.Serialization.XmlAttributeAttribute()
public function get,set ChildAction : ChildActionList
[System.ComponentModel.DefaultValue()]
[System.Xml.Serialization.XmlAttribute()]
public: __property ChildActionList get_ChildAction();
public: __property void set_ChildAction( 
   ChildActionList value
);
[System.ComponentModel.DefaultValue()]
[System.Xml.Serialization.XmlAttribute()]
public:
property ChildActionList ChildAction {
   ChildActionList get();
   void set (    ChildActionList value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppearanceSettings Class
AppearanceSettings Members

Send Feedback