'Declaration
Public MustOverride ReadOnly Property Name As System.String
'Usage
Dim instance As BaseCacheProvider
Dim value As System.String
value = instance.Name
public abstract System.string Name {get;}
public: __property abstract System.string* get_Name();
public:
abstract property System.String^ Name {
System.String^ get();
}
Property Value
The name of a specific cache instance.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2