SIFWorks ADK 2.0
AuthSystem Constructor (type, value)
NamespacesEdustructures.SifWorks.InfraAuthSystemAuthSystemAuthSystemNew(AuthSystemType, 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 AuthSystem(
	AuthSystemType type,
	string value
)
Public Sub New ( _
	type As AuthSystemType, _
	value As String _
)
public:
AuthSystem (
	AuthSystemType^ type, 
	String^ value
)
Parameters
type (AuthSystemType)
Specific type of user identification.
value (String)
Gets or sets the content value of the <AuthSystem> element

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