|
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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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