SIFWorks ADK 2.0
SIF_Contexts Property
NamespacesEdustructures.SifWorks.InfraSIF_HeaderSIF_Contexts

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

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

The SIF specification defines the meaning of this null as: " Each SIF Context that applies to the message. If none is specified, the applicable context is Default. Repeatable for SIF_Events, not repeatable for SIF_Request or SIF_Response. "

To remove the SIF_Contexts, set SIF_Contexts to null

Version: 2.0

Since: 2.0

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