Table of Contents

Method GetDynamicProperty

Namespace
Kepware.Api.Model
Assembly
Kepware.Api.dll

GetDynamicProperty<T>(string)

Retrieves a dynamic property by key.

public T? GetDynamicProperty<T>(string key)

Parameters

key string

The key of the property.

Returns

T

The value of the property, or default if not found.

Type Parameters

T

The type of the property.