C-DEngine 5.105

TheChannelInfo..::..References Property

Number of live References

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int References { get; set; }
Public Property References As Integer
	Get
	Set
public:
property int^ References {
	int^ get ();
	void set (int^ value);
}