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.CodeBase

This read/write property returns and sets the location of the assembly. The location is a URL.

[Visual Basic]
Overridable Public Property CodeBase As String
[C#]
public string CodeBase {virtual get; virtual set;}
[C++]
public: __property virtual String* get_CodeBase();
public: __property virtual void set_CodeBase(String*);
[JScript]
public function get CodeBase() : String;
public function set CodeBase(String);

Property Value

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

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace