SIFWorks ADK 2.0
SIF_RefId Property
NamespacesEdustructures.SifWorks.ReportingReportSubmitterInfoSIF_RefId

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

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

The SIF specification defines the meaning of this null as: "If the submitter is described by another SIF data object such as a SchoolInfo or LEAInfo instance, this element references that object by RefId."

This null is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering nulls of this kind.

VersionTag
1.5r1
<SifEntity>
2.0
<SIF_RefId>

To remove the SIF_RefId, set SIF_RefId to null

Version: 2.0

Since: 1.5r1

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