Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / MultiLanguageTextProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(MultiLanguageTextProperty,String) Operator
Text to store in the property.
In This Topic
    Implicit Type Conversion(MultiLanguageTextProperty,String) Operator
    In This Topic
    Implicit conversion from System.String to MultiLanguageTextProperty.
    Syntax
    public MultiLanguageTextProperty operator implicit( 
       string value
    )

    Parameters

    value
    Text to store in the property.

    Return Value

    New MultiLanguageTextProperty created from the given System.String value.
    Remarks
    Created multi-language property has filled the current language with the value.
    See Also