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