SIFWorks ADK 2.0
AddName Method (Type, LastName, FirstName)
NamespacesEdustructures.SifWorks.StudentOtherNamesAddName(NameType, String, String)

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

Adds the value of the <Name> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddName(
	NameType Type,
	string LastName,
	string FirstName
)
Public Sub AddName ( _
	Type As NameType, _
	LastName As String, _
	FirstName As String _
)
public:
void AddName (
	NameType^ Type, 
	String^ LastName, 
	String^ FirstName
)
Parameters
Type (NameType)
Code that specifies what type of name this is. If unsure, use 04.
LastName (String)
The last name.
FirstName (String)
The first name.
Remarks

This form of setName is provided as a convenience method that is functionally equivalent to the method AddName

Version: 2.0

Since: 2.0

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