[This is preliminary documentation and is subject to change.]
Gets or sets the value of the <ReportSubmitterInfo> element.
| C# | Visual Basic | Visual C++ |
public ReportSubmitterInfo ReportSubmitterInfo{ get; set;}
Public Property ReportSubmitterInfo As ReportSubmitterInfo
public: property ReportSubmitterInfo^ ReportSubmitterInfo { ReportSubmitterInfo^ get (); void set (ReportSubmitterInfo^ value); }
A ReportSubmitterInfo
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