suite4.net.FormDatabase Documentation

IForm.UserGroup Property

Gets the UserGroup of the IForm.

[Visual Basic]
Property UserGroup As String
[C#]
string UserGroup {get;}

Property Value

The UserGroup of the IForm.

Remarks

This property can be used to programmatically filter forms in the application when using the FormDatabase API. The value of this property can only be modified in the form.suite4.net designer.

See Also

IForm Interface | suite4.net.FormDatabase Namespace