|
SettingsBaseItem Property
|
Gets or sets the value of the specified field or property.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
SyntaxPublic Default Property Item (
name As String
) As String
Get
Set
member Item : string with get, set
function get_Item(name);
function set_Item(value);
View SourceParameters
- name String
- Field or property name.
Return Value
StringValue of setting.
RemarksThis is the default member of this class.
See Also