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