Click or drag to resize
ProvisioningServiceProperties Property
Gets or sets the properties.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public virtual List<ProvisioningServiceProperty> Properties { get; set; }

Property Value

Type: ListProvisioningServiceProperty
The properties.
Remarks
This class member will not be serialized by the WCF service.
See Also