Gets/Sets ReadThruough if ReadThru is a type of Java

Namespace: Alachisoft.NCache.Runtime.Caching
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public bool IsJavaReadThrough { get; set; }
Visual Basic
Public Property IsJavaReadThrough As Boolean
	Get
	Set
Visual C++
public:
property bool IsJavaReadThrough {
	bool get ();
	void set (bool value);
}

See Also