Class ClearOpenBatchReferenceResponse
Represents the response for the ClearOpenBatchReference method.
Inheritance
System.Object
ClearOpenBatchReferenceResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class ClearOpenBatchReferenceResponse : ServiceResponse
Constructors
ClearOpenBatchReferenceResponse()
Declaration
public ClearOpenBatchReferenceResponse()
Properties
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |