[Missing <summary> documentation for "P:Ozeki.VoIP.VoIPEventArgs`1.Item"]

Namespace: Ozeki.VoIP
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public T Item { get; private set; }
Visual Basic
Public Property Item As T
	Get
	Private Set
Visual C++
public:
property T Item {
	T get ();
	private: void set (T value);
}

Property Value

Type: T

See Also