Class GetClassSectionLmsOptionsResponse
Represents the response for the GetClassSectionLmsOptions method.
Inheritance
System.Object
GetClassSectionLmsOptionsResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionLmsOptionsResponse : ServiceResponse
Constructors
GetClassSectionLmsOptionsResponse()
Declaration
public GetClassSectionLmsOptionsResponse()
Properties
LmsExtractStatus
Declaration
public string LmsExtractStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LmsVendorId
Declaration
public int? LmsVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |