'Declaration
<CanBeNullAttribute()> Public Function GetProperty( _ ByVal propertyId As DAPropertyId _ ) As Object
'Usage
Dim instance As DAItemPropertyRecord Dim propertyId As DAPropertyId Dim value As Object value = instance.GetProperty(propertyId)
[CanBeNull()] public object GetProperty( DAPropertyId propertyId )
[CanBeNull()] public: Object^ GetProperty( DAPropertyId^ propertyId )
Parameters
- propertyId
- The Id of OPC property to be retrieved.
Return Value
The value of OPC property.