[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++ 
public override int GetAttribute(
	int defaultValue,
	string attribute,
	params Object[] nodes
)
Public Overrides Function GetAttribute ( _
	defaultValue As Integer, _
	attribute As String, _
	ParamArray nodes As Object() _
) As Integer
public:
virtual int GetAttribute(
	int defaultValue, 
	String^ attribute, 
	... array<Object^>^ nodes
) override

Parameters

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

Implements

ISettings..::.GetAttribute(Int32, String, array<Object>[]()[])

See Also