Click or drag to resize

GroupGuidAndName Constructor (Guid, String)

Initializes a new instance of the GroupGuidAndName class

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public GroupGuidAndName(
	Guid guid,
	string name
)

Parameters

guid
Type: SystemGuid
name
Type: SystemString
See Also