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