C-DEngine 5.105

TheISBRequest..::..SenderType Property

Sender Type of the node

Namespace:  nsCDEngine.Communication
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);
}