GetProperty(UInt32,String,Object,HistorianEventPropertyType,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 propertyType As HistorianEventPropertyType, _
ByRef error As HistorianAccessError _
) As Boolean
'Usage
Dim instance As HistorianEvent
Dim index As UInteger
Dim name As String
Dim value As Object
Dim propertyType As HistorianEventPropertyType
Dim error As HistorianAccessError
Dim value As Boolean
value = instance.GetProperty(index, name, value, propertyType, error)
public bool GetProperty(
uint index,
out string name,
out object value,
out HistorianEventPropertyType propertyType,
out HistorianAccessError error
)
public:
bool GetProperty(
uint index,
[Out] String^ name,
[Out] Object^ value,
[Out] HistorianEventPropertyType propertyType,
[Out] HistorianAccessError^ error
)
Parameters
- index
- name
- value
- propertyType
- error