SIFWorks ADK 2.0
AddOtherId Method (Type, Value)
NamespacesEdustructures.SifWorks.CommonOtherIdListAddOtherId(OtherIdType, String)

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

Adds the value of the <OtherId> element.
Declaration Syntax
C#Visual BasicVisual C++
public void AddOtherId(
	OtherIdType Type,
	string Value
)
Public Sub AddOtherId ( _
	Type As OtherIdType, _
	Value As String _
)
public:
void AddOtherId (
	OtherIdType^ Type, 
	String^ Value
)
Parameters
Type (OtherIdType)
Code that defines the type of this other ID. Note: A subset of valid values may be specified in data objects.
Value (String)
Gets or sets the content value of the &lt;OtherId&gt; element
Remarks

This form of setOtherId is provided as a convenience method that is functionally equivalent to the method AddOtherId

Version: 2.0

Since: 1.1

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