Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the name of the asm FQ.

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

Syntax

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

Field Value

The name of the asm FQ.

Remarks

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

See Also