Property this
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
this[string]
Gets the property associated with the specified name.
TProperty this[string property] { get; }
Parameters
property
stringThe name of the property.
Property Value
- TProperty
The property.
Exceptions
- ArgumentNullException
property
is null.- ArgumentOutOfRangeException
An invalid value that is not a member of the set of values.