C-DEngine 5.105

TheFOR..::..StartGroup Property

contains the current active group if any is present

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

Syntax


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