NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RegionInfo.CurrentRegion

Returns the current RegionInfo object for this instance.

[Visual Basic]
Public Shared ReadOnly Property CurrentRegion As RegionInfo
[C#]
public static RegionInfo CurrentRegion {get;}
[C++]
public: __property static RegionInfo* get_CurrentRegion();
[JScript]
public static function get CurrentRegion() : RegionInfo;

Property Value

To be supplied.

Remarks

This instance provides methods based on the current user settings. These settings are volatile and may change over the lifetime of the thread.

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace