[This is preliminary documentation and is subject to change.]
Determines if this SIF_Ack has a specific status code.

Declaration Syntax
public virtual bool HasStatusCode(
int code
)
Public Overridable Function HasStatusCode ( _
code As Integer _
) As Boolean
public:
virtual bool HasStatusCode (
int code
)

Parameters
- code (Int32)
- The status code to test for

Return Value
true if the SIF_Ack has one or more SIF_Status children and one
of those contains the status code
Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10