Click or drag to resize
ResourceDescriptionItem Property
Indexer for property values.

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
The name of the property

Return Value

Type: String
Value of the property or null if property does not exist.
Remarks
This class member will not be serialized by the WCF service.
See Also