ObjectCustomizationPropertyValueTValueType   Conversion (TValueType to ObjectCustomizationPropertyValueTValueType)

Implicitly convert between the value and the handle

Definition

Namespace: Articy.Api.ObjectCustomization
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public static implicit operator ObjectCustomizationPropertyValue<TValueType> (
	TValueType aValueType
)

Parameters

aValueType  TValueType

Return Value

ObjectCustomizationPropertyValueTValueType

See Also