Class GetSfaaaEnabledValuesResponse
Inheritance
System.Object
GetSfaaaEnabledValuesResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetSfaaaEnabledValuesResponse : ServiceResponse
Constructors
GetSfaaaEnabledValuesResponse()
Declaration
public GetSfaaaEnabledValuesResponse()
Properties
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsAutoAwardActiveForCampus
Declaration
public bool IsAutoAwardActiveForCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAutoAwardInTestModeForCampus
Declaration
public bool IsAutoAwardInTestModeForCampus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSfaEnabled
Declaration
public bool IsSfaEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|