Skip to content

443eef24 0680 7cc7 1a9f 3ff69121af05

Fernando Garcia edited this page May 8, 2018 · 1 revision

GlobalResourcesModel.GetResourceByKey Method

Additional header content

Gets specified resource by key.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Object GetResourceByKey(
	string key
)

VB

Public Function GetResourceByKey ( 
	key As String
) As Object

Parameters

 

key
Type: System.String
Key of resource.

Return Value

Type: Object
An Object which contains specified resource.

Remarks

[Missing documentation for "M:iTin.Export.Model.GlobalResourcesModel.GetResourceByKey(System.String)"]

See Also

Reference

GlobalResourcesModel Class
iTin.Export.Model Namespace

Clone this wiki locally