SIFWorks ADK 2.0
SIF_Data Property
NamespacesEdustructures.SifWorks.InfraSIF_StatusSIF_Data

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

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

The SIF specification defines the meaning of this null as: " Optional element to hold data related to a successful operation. This data is currently limited to a SIF_Message returned by the ZIS in response to a Pull-Mode Agent's SIF_GetMessage, SIF_AgentACL returned by the ZIS in response to SIF_Register and SIF_GetAgentACL, and SIF_ZoneStatus returned by the ZIS in response to SIF_GetZoneStatus. "

To remove the SIF_Data, set SIF_Data to null

Version: 2.0

Since: 1.1

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