|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public 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.
Remarks This is the default member of this class.
See Also