C-DEngine 5.105

TheChannelInfo..::..SenderType Property

Sender Type of the node this channel is pointing to

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

Syntax


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