Table of Contents

Method SetDynamicProperty

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

SetDynamicProperty<T>(string, T)

Sets a dynamic property for the entity.

public BaseEntity SetDynamicProperty<T>(string key, T value)

Parameters

key string

The key of the property.

value T

The value of the property.

Returns

BaseEntity

The current instance for chaining.

Type Parameters

T

The type of the property.