Operator explicit operator
explicit operator string(ExposedProperty)
Converts automatically an ExposedProperty to a string.
Declaration
public static explicit operator string(ExposedProperty parameter)
Parameters
Type | Name | Description |
---|---|---|
ExposedProperty | parameter |
Returns
Type | Description |
---|---|
string | The stored name. |