[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
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
Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10