ModuleService Constructor (String, String) |
Initializes a new instance of the ModuleService class.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic ModuleService(
string serviceName,
string physicalServiceID
)
Public Sub New (
serviceName As String,
physicalServiceID As String
)
public:
ModuleService(
String^ serviceName,
String^ physicalServiceID
)
new :
serviceName : string *
physicalServiceID : string -> ModuleService
Parameters
- serviceName
- Type: SystemString
Name of the service. - physicalServiceID
- Type: SystemString
ID of physical service representation.
See Also