ResponseBaseMessages Property |
[This is preliminary documentation and is subject to change.]
Error, Warning or Informational messages.
Namespace:
Purolator.Webservice.Objects
Assembly:
OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntaxpublic List<ResponseMessage> Messages { get; set; }
Public Property Messages As List(Of ResponseMessage)
Get
Set
public:
property List<ResponseMessage^>^ Messages {
List<ResponseMessage^>^ get ();
void set (List<ResponseMessage^>^ value);
}
Property Value
Type:
ListResponseMessage
See Also