ArcFM Responder Mobile Developer Guide
CurrentArchiveExplorerCulture Property






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