PersistDemo.PagePersister.VarName Function
Generate a string name to use as a key for a persistence data collection. For Session data, the field key is "$persist$classTypeName$fieldName". For Application data, the field key is "$persist$classTypeName$fieldName". For Web Config data, the field key is "$persist$fieldName".

Protected string VarName (string, string, PersistDemo.PagePersistEnum)
  Type Name Description  
    string sTypeName name of the object/page type  
    string sVarName name of the field/variable  
    PagePersistEnum penum type of persistence storage  
  Return Description  
    string

 
Other overloads:
PersistDemo.PagePersister.VarName(FieldInfo,PagePersistEnum)