Resources in C# Class Library

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I am working on a C# Class Library and create a Resource file
(Messages.resx).

How can I set the code generation class to generate properties as
public? The default is to use "internal".

Thank You,

Miguel
 
Hello,

I am working on a C# Class Library and create a Resource file
(Messages.resx).

How can I set the code generation class to generate properties as
public? The default is to use "internal".

Thank You,

Miguel

Hi Miguel,

By double-click the resource file and change the 'Access Modifier' to
'Public'? (Visual Studio 2008).
 
Back
Top