SIFWorks ADK 2.0
SIF_LogObject Constructor (objectName, value)
NamespacesEdustructures.SifWorks.InfraSIF_LogObjectSIF_LogObjectSIF_LogObjectNew(String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public SIF_LogObject(
	string objectName,
	string value
)
Public Sub New ( _
	objectName As String, _
	value As String _
)
public:
SIF_LogObject (
	String^ objectName, 
	String^ value
)
Parameters
objectName (String)
The name of the SIF object referenced (e.g. StudentPersonal).
value (String)
Gets or sets the content value of the <SIF_LogObject> element

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