SIFWorks ADK 2.0
SIF_PacketNumber Property
NamespacesEdustructures.SifWorks.InfraSIF_ResponseSIF_PacketNumber

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <SIF_PacketNumber> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<int> SIF_PacketNumber{ get; set;}
Public Property SIF_PacketNumber As Nullable(Of Integer)
public:
property Nullable<int> SIF_PacketNumber {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
Value
The SIF_PacketNumber element of this object.
Remarks

The SIF specification defines the meaning of this element as: "This element represents the index of the SIF_Response message in the sequence of packets that make up a complete response. Its value must be in the range of 1 through n, with n equal to the total number of packets that make up a response."

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10