Sets the offset to the Value property.

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

Syntax

C#
public int Offset { get; set; }
Visual Basic
Public Property Offset As Integer
	Get
	Set
Visual C++
public:
property int Offset {
	int get ();
	void set (int value);
}

See Also