[This is preliminary documentation and is subject to change.]
Returns the value of the specified String resource.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public string this[ string res ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ res As String _ ) As String |
Visual C++ |
---|
public: property String^ default[String^ res] { String^ get (String^ res); } |
Parameters
- res
- Type: System..::.String
The name of the resource to get.