ModuleInfo Constructor (String, String) |
Initializes a new instance of the
ModuleInfo class
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ModuleInfo(
string name,
string version
)
Public Sub New (
name As String,
version As String
)
public:
ModuleInfo(
String^ name,
String^ version
)
new :
name : string *
version : string -> ModuleInfo
Parameters
- name
- Type: SystemString
- version
- Type: SystemString
See Also