SIFWorks ADK 2.0
ReportSubmitterInfo Property
NamespacesEdustructures.SifWorks.ReportingReportInfoReportSubmitterInfo

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

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

The SIF specification defines the meaning of this null as: "Identifies the submitter of the report.This element is conditional depending on the context in which the SIF_ReportObject is used. It must be present in the ReportInfo element when a SIF_ReportObject is sent to a report authority in a SIF_Event message. However, its presence is optional in SIF_ReportObject packets delivered to report authorities in SIF_Response messages."

To remove the ReportSubmitterInfo, set ReportSubmitterInfo to null

Version: 2.0

Since: 1.5r1

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