SIFWorks ADK 2.0
SIF_RefId Property
NamespacesEdustructures.SifWorks.LibraryLibraryPatronStatusSIF_RefId

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

Gets or sets the value of the SIF_RefId attribute.
Declaration Syntax
C#Visual BasicVisual C++
public string SIF_RefId{ get; set;}
Public Property SIF_RefId As String
public:
property String^ SIF_RefId {
	String^ get ();
	void set (String^ value);
}
Value
The SIF_RefId attribute of this object.
Remarks

The SIF specification defines the meaning of this attribute as: "The SIF wide unique identifier of a student or teacher."

This attribute 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 attributes of this kind.

VersionTag
1.1
<SifRefId>
2.0
<SIF_RefId>

Version: 2.0

Since: 1.1

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