ProcessVoidResponse Class

The ProcessVoidResponse message (based on the GenericResponse type) contains one ProcessVoidOutMsg message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericResponse
    Cmc.CampusLink.Wcf.Messages.AccountsProcessVoidResponse

Namespace:  Cmc.CampusLink.Wcf.Messages.Accounts
Assembly:  Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public class ProcessVoidResponse : GenericResponse

The ProcessVoidResponse type exposes the following members.

Properties
NameDescription
Public propertyProcessVoidOutMsgs
The collection comprising the array of the ProcessVoidOutMsg structure.
Top
See Also