Class SetInternationalStudentRequest
Represents the request for the SetInternationalStudent method.
Inheritance
System.Object
SetInternationalStudentRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SetInternationalStudentRequest : ServiceRequest
Constructors
SetInternationalStudentRequest()
Declaration
public SetInternationalStudentRequest()
Properties
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |