C-DEngine 5.105

TheNodeDiagInfo..::..Services Property

All Plugin Services of the node

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

Syntax


public List<string> Services { get; set; }
Public Property Services As List(Of String)
	Get
	Set
public:
property List<String^>^ Services {
	List<String^>^ get ();
	void set (List<String^>^ value);
}