Class RemoveStudentFromGroupResponse
Represents the RemoveStudentFromGroupResponse service response.
Inheritance
System.Object
RemoveStudentFromGroupResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class RemoveStudentFromGroupResponse : ServiceResponse
Constructors
RemoveStudentFromGroupResponse()
Declaration
public RemoveStudentFromGroupResponse()
Properties
ItemsAffected
Gets or sets the items affected.
Declaration
public int ItemsAffected { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The items affected. |