SIFWorks ADK 2.0
SIF_Application Constructor (sifVendor, sifProduct, sifVersion)
NamespacesEdustructures.SifWorks.InfraSIF_ApplicationSIF_ApplicationSIF_ApplicationNew(String, 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_Application(
	string sifVendor,
	string sifProduct,
	string sifVersion
)
Public Sub New ( _
	sifVendor As String, _
	sifProduct As String, _
	sifVersion As String _
)
public:
SIF_Application (
	String^ sifVendor, 
	String^ sifProduct, 
	String^ sifVersion
)
Parameters
sifVendor (String)
The name of the company of the product that this agent supports.
sifProduct (String)
The name of the product that this agent supports.
sifVersion (String)
The version of the product. This field is informative only.

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