Implicit Type Conversion Operator (StringProperty)
Implicit cast of a string to a StringProperty.

C# Syntax

public StringProperty operator implicit( 
   string str
)

Parameters

str
The string value.