Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the code base.

Namespace:  (Default Namespace)
Assembly:  SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public string CodeBase { get; }
Visual Basic (Declaration)
Public ReadOnly Property CodeBase As String
Visual C++
public:
property String^ CodeBase {
	String^ get ();
}

Field Value

The code base.

Remarks

[Missing <remarks> documentation for "P:AssemblyInfo.CodeBase"]

See Also