ObjectCustomizationPropertyValueTValueType   Conversion (ObjectCustomizationPropertyValueTValueType to TValueType)

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 TValueType (
	ObjectCustomizationPropertyValue<TValueType> aProperty
)

Parameters

aProperty  ObjectCustomizationPropertyValueTValueType

Return Value

TValueType

See Also