Resources Property (LocalizationResources)
In This Topic
Gets or sets the localization resources as a JSON array string.
Syntax
'Declaration
Public Property Resources As String
public string Resources {get; set;}
Property Value
The localization resources as a
System.String.
See Also