SIFWorks ADK 2.0
AddElectronicId Method (Type, Value)
NamespacesEdustructures.SifWorks.CommonElectronicIdListAddElectronicId(ElectronicIdType, String)

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

Adds the value of the <ElectronicId> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddElectronicId(
	ElectronicIdType Type,
	string Value
)
Public Sub AddElectronicId ( _
	Type As ElectronicIdType, _
	Value As String _
)
public:
void AddElectronicId (
	ElectronicIdType^ Type, 
	String^ Value
)
Parameters
Type (ElectronicIdType)
Electronic ID type.
Value (String)
Gets or sets the content value of the &lt;ElectronicId&gt; element
Remarks

This form of setElectronicId is provided as a convenience method that is functionally equivalent to the method AddElectronicId

Version: 2.0

Since: 1.1

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