GlobalizedEnumAttribute Constructor |
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 String
- The GUID of the module in which the globalized strings are defined.
- stringKeyPrefix String
- The prefix for globalized strings corresponding to the enumeration.
See Also