Gets the name of the cached image (if it was cached).
public string CacheFileName {get;}
'Declaration
Public ReadOnly Property CacheFileName As String
'Usage
Dim instance As ImageInfo
Dim value As String
value = instance.CacheFileName
public:
property String^ CacheFileName {
String^ get();
}
Property Value
The name of the cached image (if it was cached).