SIFWorks ADK 2.0
SIFContexts Property
NamespacesEdustructures.SifWorksSifMessagePayloadSIFContexts

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

Gets the list of SIFContexts associated with this message.
Declaration Syntax
C#Visual BasicVisual C++
public List<SifContext> SIFContexts{ get;}
Public ReadOnly Property SIFContexts As List(Of SifContext)
public:
property List<SifContext^>^ SIFContexts {
	List<SifContext^>^ get ();
}
Value
A list of SIFContexts. If no contexts were specified in the SIF message, the list will contain a single element indicating the SIF_Default context

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