Class AutoAwardResponse
Auto Award Response
Inheritance
System.Object
AutoAwardResponse
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class AutoAwardResponse : ServiceResponse
Constructors
AutoAwardResponse()
Declaration
public AutoAwardResponse()
Properties
Message
Gets or sets the Message return from Service
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessRequestId
Declaration
public int ProcessRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TaskId
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |