GetFWSListResponse Class

The GetFWSList reponse message (based on the GenericRequest type) contains one GetFWSListOutMsg message (based on the GenericMsg type).
Inheritance Hierarchy
SystemObject
  GenericResponse
    Cmc.CampusLink.Wcf.Messages.AccountsGetFWSListResponse

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 GetFWSListResponse : GenericResponse

The GetFWSListResponse type exposes the following members.

Properties
NameDescription
Public propertyGetFWSListOutMsgs
The collection comprising the array of the GetFWSListOutMsg structure.
Top
See Also