ObjectType Property

SimpleEssentials

CacheObject..::..ObjectType Property

Namespace:  SimpleEssentials.Cache
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public CacheObjectType ObjectType { get; set; }
Public Property ObjectType As CacheObjectType
	Get
	Set
public:
property CacheObjectType^ ObjectType {
	CacheObjectType^ get ();
	void set (CacheObjectType^ value);
}