GlobalizedEnumAttribute Constructor  | 
  
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic GlobalizedEnumAttribute(
	string moduleId,
	string stringKeyPrefix
)
Public Sub New ( 
	moduleId As String,
	stringKeyPrefix As String
)
public:
GlobalizedEnumAttribute(
	String^ moduleId, 
	String^ stringKeyPrefix
)
new : 
        moduleId : string * 
        stringKeyPrefix : string -> GlobalizedEnumAttributeParameters
- moduleId
 - Type: SystemString
The GUID of the module in which the globalized strings are defined. - stringKeyPrefix
 - Type: SystemString
The prefix for globalized strings corresponding to the enumeration. 
See Also