Group Constructor Isonas .NET Client API Documentation
Initializes a new instance of the Group class

Namespace: Bsw.Isonas.Dotnet.Client.Entities
Assembly: Bsw.Isonas.Dotnet.Client (in Bsw.Isonas.Dotnet.Client.dll) Version: 1.2.1.0 (1.2.1)
Syntax

public Group(
	string name,
	IEnumerable<string> uniquePersonIds
)

Parameters

name
Type: OnlineSystem String
uniquePersonIds
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
See Also