GetProperty(UInt32,String,Object,HistorianAccessError) Method
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
Public Overloads Function GetProperty( _
ByVal index As UInteger, _
ByRef name As String, _
ByRef value As Object, _
ByRef error As HistorianAccessError _
) As Boolean
'Usage
Dim instance As HistorianEvent
Dim index As UInteger
Dim name As String
Dim value As Object
Dim error As HistorianAccessError
Dim value As Boolean
value = instance.GetProperty(index, name, value, error)
public bool GetProperty(
uint index,
out string name,
out object value,
out HistorianAccessError error
)
public:
bool GetProperty(
uint index,
[Out] String^ name,
[Out] Object^ value,
[Out] HistorianAccessError^ error
)
Parameters
- index
- name
- value
- error