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

Parameters

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

Implements

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

See Also