|
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.304-beta+e40582bbb64c28edadb696048770577c4e325275
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