ArcFM Responder Mobile Developer Guide
CurrentCulture Property






Syntax
'Declaration
 
Property CurrentCulture As System.Globalization.CultureInfo
'Usage
 
Dim instance As ICultureAware
Dim value As System.Globalization.CultureInfo
 
instance.CurrentCulture = value
 
value = instance.CurrentCulture
System.Globalization.CultureInfo CurrentCulture {get; set;}
read-write property CurrentCulture: System.Globalization.CultureInfo; 
function get,set CurrentCulture : System.Globalization.CultureInfo
__property System.Globalization.CultureInfo* get_CurrentCulture();
__property void set_CurrentCulture( 
   System.Globalization.CultureInfo* value
);
property System.Globalization.CultureInfo^ CurrentCulture {
   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

ICultureAware Interface
ICultureAware Members

Send Feedback