'Declaration Public Overrides ReadOnly Property Name As System.String
'Usage Dim instance As SqliteCacheProvider Dim value As System.String value = instance.Name
public override System.string Name {get;}
public: __property System.string* get_Name() override;
public: property System.String^ Name { System.String^ get() override; }