GroupMembers(Int64, Int64, String) Constructor

Initializes a new instance of the GroupMembers class

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public GroupMembers(
	long groupId,
	long accountId,
	string name
)

Parameters

groupId  Int64
 
accountId  Int64
 
name  String
 

See Also