'Declaration
<CanBeNullAttribute()> <ContractAnnotationAttribute("null => null; notnull => notnull")> Public Operator Widening CType( _ ByVal applicationElement As UAApplicationElement _ ) As UAEndpointDescriptor
'Usage
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public UAEndpointDescriptor operator implicit( UAApplicationElement applicationElement )
[CanBeNull()] [ContractAnnotation("null => null; notnull => notnull")] public: operator UAEndpointDescriptor^ ( UAApplicationElement^ applicationElement )
Parameters
- applicationElement
- The application element to be converted.
Return Value
For a non-null input, returns the endpoint descriptor that corresponds to the discovery URL of the application element. Returns
null
if the input is null
.