ModuleServiceProperty Constructor (String, String) |
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic ModuleServiceProperty(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
public:
ModuleServiceProperty(
String^ name,
String^ value
)
new :
name : string *
value : string -> ModuleServiceProperty
Parameters
- name
- Type: SystemString
The name of the property. - value
- Type: SystemString
The value of the property.
See Also