|  | GroupWithExclusion Constructor | 
Namespace: Koopman.CheckPoint
 Syntax
Syntax Examples
Examplesvar gwe = new GroupWithExclusion(Session) { Name = "MyGroupWithExclusion", Include = ObjectSummary.Any, Except = Session.FindGroup("ExcludeGroup") }; gwe.AcceptChanges();
 See Also
See Also