ElementName Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the name used to identify this collection of elements

Namespace: Optimization.Configuration
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
protected override string ElementName { get; }
Visual Basic
Protected Overrides ReadOnly Property ElementName As String
	Get
Visual C++
protected:
virtual property String^ ElementName {
	String^ get () override;
}

Contracts

Get

Ensures
Contract.Result<string>() != null
Inherited From: ConfigurationElementCollection

See Also