C-DEngine 5.105

TheServiceHostInfo..::..StationRoles Property

Note: This API is now obsolete.
A list of Plugins that will be running as services on the current node

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

Syntax


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