Namespace: SchemaExplorer.Serialization
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public ISchemaObject GetSchemaObjectFromName(
	string objectName,
	Object currentValue
)
Visual Basic
Public Function GetSchemaObjectFromName ( 
	objectName As String,
	currentValue As Object
) As ISchemaObject

Parameters

objectName
Type: System..::..String
currentValue
Type: System..::..Object

Return Value

Type: ISchemaObject

See Also