Click or drag to resize
ProvisioningServiceItem Property
Indexer for service properties.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public virtual string this[
	string propertyName
] { get; set; }

Parameters

propertyName
Type: SystemString
Property name

Return Value

Type: String
Property value
Remarks
This class member will not be serialized by the WCF service.
See Also