Class UserPreferenceCacheObject
Inherited Members
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public class UserPreferenceCacheObject
Constructors
UserPreferenceCacheObject()
Declaration
public UserPreferenceCacheObject()
Properties
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Section
Declaration
public string Section { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |