Response.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the output messages from the agent response (backward compat).
public System.Collections.Generic.IReadOnlyList<string> Messages { get; }
member this.Messages : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Messages As IReadOnlyList(Of String)