C-DEngine 5.105

TheServiceHostInfo..::..ApplicationRoles Property

Note: This API is now obsolete.
A list of known plugins to this node. Any plugin found in the BaseDirectory will be added to this list automatically

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

Syntax


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