3.3.5.15.2.2 RaiseAlertResponse
This element specifies output values for the RaiseAlert operation.
-
<xs:element name="RaiseAlertResponse"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="RaiseAlertResult" nillable="true" xmlns:q4="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework" type="q4:AlertInfo" /> </xs:sequence> </xs:complexType> </xs:element>
RaiseAlertResult: An AlertInfo (section 2.2.4.3.2) complex type that contains the result of raising an alert.