ArcFM Responder Mobile Developer Guide
ShowTimeOptionSpecified Property






Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property ShowTimeOptionSpecified As System.Boolean
'Usage
 
Dim instance As ColumnSettings
Dim value As System.Boolean
 
instance.ShowTimeOptionSpecified = value
 
value = instance.ShowTimeOptionSpecified
[System.Xml.Serialization.XmlIgnore()]
public System.bool ShowTimeOptionSpecified {get; set;}
public read-write property ShowTimeOptionSpecified: System.Boolean; 
System.Xml.Serialization.XmlIgnoreAttribute()
public function get,set ShowTimeOptionSpecified : System.boolean
[System.Xml.Serialization.XmlIgnore()]
public: __property System.bool get_ShowTimeOptionSpecified();
public: __property void set_ShowTimeOptionSpecified( 
   System.bool value
);
[System.Xml.Serialization.XmlIgnore()]
public:
property System.bool ShowTimeOptionSpecified {
   System.bool get();
   void set (    System.bool 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

ColumnSettings Class
ColumnSettings Members

Send Feedback