SIFWorks ADK 2.0
RefId Property
NamespacesEdustructures.SifWorksSifDataObjectRefId

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

Gets this object's RefId. Most SIF Data Object elements define a RefId value to uniquely identify the object. However, some objects such as SIF_ZoneStatus and StudentMeal do not have a RefId. For these, a blank string will be returned.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string RefId{ get; set;}
Public Overridable Property RefId As String
public:
virtual property String^ RefId {
	String^ get ();
	void set (String^ value);
}
Return Value
The value of this object's RefId element

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