ConfigurationCellCollection.Item Property
Namespace: Gemstone.PhasorProtocols.IEC61850_90_5Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.128 -- Release Build+dd7f32701ba80de4d5b0557e84e0ddc18a34573f
public ConfigurationCell this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As ConfigurationCell
Get
Set
public:
property ConfigurationCell^ default[int index] {
ConfigurationCell^ get (int index);
void set (int index, ConfigurationCell^ value);
}
function get_Item(index);
function set_Item(value);
- index Int32
- Index of value to get or set.
ConfigurationCell