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!

AssemblyName.CultureInfo

This read/write property returns and sets the culture of the assembly.

[Visual Basic]
Overridable Public Property CultureInfo As CultureInfo
[C#]
public CultureInfo CultureInfo {virtual get; virtual set;}
[C++]
public: __property virtual CultureInfo* get_CultureInfo();
public: __property virtual void set_CultureInfo(CultureInfo*);
[JScript]
public function get CultureInfo() : CultureInfo;
public function set CultureInfo(CultureInfo);

Property Value

Read/write. Returns and sets the culture of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace