C-DEngine 5.105

TheChannelInfo..::..TargetUrl Property

Url of the Node this channel is pointing to

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

Syntax


public string TargetUrl { get; set; }
Public Property TargetUrl As String
	Get
	Set
public:
property String^ TargetUrl {
	String^ get ();
	void set (String^ value);
}