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

Namespace:  Phoenix.Configuration
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
string GetElement(
	string defaultValue,
	params Object[] nodes
)
Function GetElement ( _
	defaultValue As String, _
	ParamArray nodes As Object() _
) As String
String^ GetElement(
	String^ defaultValue, 
	... array<Object^>^ nodes
)

Parameters

defaultValue
String
nodes
array< Object >[]()[]

See Also