Function GetOption( _ ByVal option As HistorianOption, _ Optional ByVal datastore As System.String _ ) As System.String
System.string GetOption( HistorianOption option, System.string datastore )
System.String^ GetOption( HistorianOption option, System.String^ datastore )
Parameters
- option
- An option identifier.
- datastore
- Name of the data store whose options are requested.
Return Value
A string representation of the option value.