Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Return the type of 'SharedCacheSoapExtensionAttribute' class.
Namespace:
SharedCache.WinServiceCommon.Attributes
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override Type ExtensionType { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property ExtensionType As Type |
| Visual C++ |
|---|
public:
virtual property Type^ ExtensionType {
Type^ get () override;
} |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Attributes.SharedCacheSoapExtensionAttribute.ExtensionType"]
Remarks
See Also