Click or drag to resize
ModuleServiceProperty Constructor (String, String)
Initializes a new instance of the ModuleServiceProperty class.

Namespace: Atomia.Provisioning.Base.Module
Assembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntax
public ModuleServiceProperty(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the property.
value
Type: SystemString
The value of the property.
See Also