SIFWorks ADK 2.0
ElectronicId Constructor (type, value)
NamespacesEdustructures.SifWorks.CommonElectronicIdElectronicIdElectronicIdNew(ElectronicIdType, 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 ElectronicId(
	ElectronicIdType type,
	string value
)
Public Sub New ( _
	type As ElectronicIdType, _
	value As String _
)
public:
ElectronicId (
	ElectronicIdType^ type, 
	String^ value
)
Parameters
type (ElectronicIdType)
Electronic ID type.
value (String)
Gets or sets the content value of the <ElectronicId> element

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