PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the resource given the resource identification.
Namespace: Smartsite.Localization
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public string this[ string resourceId ] { get; } |
Visual Basic (Declaration) | Copy Code |
---|---|
Public ReadOnly Default Property Item ( _ resourceId As _ ) As Get |
Parameters
- resourceId
- String
I: Resource identification, compared case insensitive.
Remarks
The specified resource must exist.
See Also
CultureStringResourceSet Class
Smartsite.Localization Namespace