Click or drag to resize

VGGroupsInstanceUpdateGroup Method

Updates the repository with the information for the specified VGGroup.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public void UpdateGroup(
	VGGroup group
)

Parameters

group
Type: Novalys.VisualGuard.Security.MembershipVGGroup
A VGGroup object that represents the group to be updated and the updated information for the group.
Exceptions
ExceptionCondition
ArgumentNullExceptiongroup is null.
See Also