|
RecordRestrictionItem Property
|
Gets or sets
Parameters field value for the specified
index.
Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic Object this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
public:
property Object^ default[int index] {
Object^ get (int index);
void set (int index, Object^ value);
}
member Item : Object with get, set
function get_Item(index);
function set_Item(value);
View SourceParameters
- index Int32
- Index into Parameters field array.
Return Value
ObjectParameters field value for the specified
index.
See Also