ArcFM Responder Mobile Developer Guide
CurrentResponderExplorerCulture Property






Syntax
'Declaration
 
Public Shared Property CurrentResponderExplorerCulture As System.Globalization.CultureInfo
'Usage
 
Dim value As System.Globalization.CultureInfo
 
ClientSystemConfiguration.CurrentResponderExplorerCulture = value
 
value = ClientSystemConfiguration.CurrentResponderExplorerCulture
public static System.Globalization.CultureInfo CurrentResponderExplorerCulture {get; set;}
public read-write property CurrentResponderExplorerCulture: System.Globalization.CultureInfo; static; 
public static function get,set CurrentResponderExplorerCulture : System.Globalization.CultureInfo
public: __property static System.Globalization.CultureInfo* get_CurrentResponderExplorerCulture();
public: __property static void set_CurrentResponderExplorerCulture( 
   System.Globalization.CultureInfo* value
);
public:
static property System.Globalization.CultureInfo^ CurrentResponderExplorerCulture {
   System.Globalization.CultureInfo^ get();
   void set (    System.Globalization.CultureInfo^ 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

ClientSystemConfiguration Class
ClientSystemConfiguration Members

Send Feedback