Class GetFerpaStudentDirectoryFieldsResponse
Represents the response for the GetFerpaStudentDirectoryFieldsResponse method.
Inheritance
System.Object
GetFerpaStudentDirectoryFieldsResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetFerpaStudentDirectoryFieldsResponse : ServiceResponse
Constructors
GetFerpaStudentDirectoryFieldsResponse()
Declaration
public GetFerpaStudentDirectoryFieldsResponse()
Properties
FerpaStudentDirectoryFields
Gets or sets the FerpaStudentDirectoryFields.
Declaration
public List<FerpaStudentDirectoryFieldEntity> FerpaStudentDirectoryFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FerpaStudentDirectoryFieldEntity> |