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

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

Parameters

name
Type: SystemString
Provisioning property name.
value
Type: SystemString
Provisioning property value.
Remarks
This class member will not be serialized by the WCF service.
See Also