SIFWorks ADK 2.0
SIF_Property Constructor (sifName, sifValue)
NamespacesEdustructures.SifWorks.InfraSIF_PropertySIF_PropertySIF_PropertyNew(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_Property(
	string sifName,
	string sifValue
)
Public Sub New ( _
	sifName As String, _
	sifValue As String _
)
public:
SIF_Property (
	String^ sifName, 
	String^ sifValue
)
Parameters
sifName (String)
A SIF_Name
sifValue (String)
A SIF_Value

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