For a creation user action, gets or sets the group for the action.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

C#
public string Group { get; set; }
Visual Basic (Declaration)
Public Property Group As String
Visual C++
public:
property String^ Group {
	String^ get ();
	void set (String^ value);
}

See Also