Gets or sets the .

Namespace: FiftyOne.Framework.Mobile.Configuration
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public ThemesElement this[
	string property
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	property As String _
) As ThemesElement
	Get
Visual C++
public:
property ThemesElement^ default[String^ property] {
	ThemesElement^ get (String^ property);
}

Parameters

property
Type: System..::..String

See Also