SIFWorks ADK 2.0
RemoveSIF_Property Method (SifName, SifValue)
NamespacesEdustructures.SifWorks.InfraSIF_ProtocolRemoveSIF_Property(String, String)

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

Removes a SIF_Property object instance. More than one instance can be defined for this object because it is a repeatable field element.
Declaration Syntax
C#Visual BasicVisual C++
public void RemoveSIF_Property(
	string SifName,
	string SifValue
)
Public Sub RemoveSIF_Property ( _
	SifName As String, _
	SifValue As String _
)
public:
void RemoveSIF_Property (
	String^ SifName, 
	String^ SifValue
)
Parameters
SifName (String)
Identifies the SIF_Property object to remove by its SIF_Name value
SifValue (String)
Identifies the SIF_Property object to remove by its SIF_Value value
Remarks

Version: 2.0

Since: 1.1

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