SIFWorks ADK 2.0
AddSIF_LogObject Method (ObjectName, Value)
NamespacesEdustructures.SifWorks.InfraSIF_LogObjectsAddSIF_LogObject(String, String)

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

Adds the value of the <SIF_LogObject> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddSIF_LogObject(
	string ObjectName,
	string Value
)
Public Sub AddSIF_LogObject ( _
	ObjectName As String, _
	Value As String _
)
public:
void AddSIF_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 &lt;SIF_LogObject&gt; element
Remarks

This form of setSIF_LogObject is provided as a convenience method that is functionally equivalent to the method AddSIF_LogObject

Version: 2.0

Since: 1.5r1

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