Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.MultiString.Item Property

Defines the language-specific string for a language id.

Class: YetaWF.Core.Models.MultiString
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public string this[ string id ] { get; set; }

The Item property is the indexer of the YetaWF.Core.Models.MultiString class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.

See Also YetaWF.Core.Models.MultiString ClassYetaWF.Core Overview