'Declaration
<CanBeNullAttribute()> Public Operator Widening CType( _ ByVal propertyElement As DAPropertyElement _ ) As String
'Usage
[CanBeNull()] public string operator implicit( DAPropertyElement propertyElement )
[CanBeNull()] public: operator String^ ( DAPropertyElement^ propertyElement )
Parameters
- propertyElement
- The object to be expressed as a string.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
Returns the main characteristics of the object expressed as a string.
This method can return null
(Nothing
in Visual Basic).