SIFWorks ADK 2.0
SIF_RequestMsgId Property
NamespacesEdustructures.SifWorks.InfraSIF_ResponseSIF_RequestMsgId

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

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

The SIF specification defines the meaning of this element as: "This is the message ID of the SIF_Request message being processed. It provides a unique match between a SIF_Response and a previous SIF_Request. Since the ID of each message from an agent is unique, the receiver of a SIF_Response message will be able to relate the SIF_Response to a SIF_Request that it sent out previously."

Version: 2.0

Since: 1.1

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