'Declaration<JetBrains.Annotations.CanBeNullAttribute()> <JetBrains.Annotations.ContractAnnotationAttribute("null => null; notnull => notnull")> Overloads Public Operator Widening CType( _ ByVal propertyString As String _ ) As DAPropertyDescriptor
'Usage
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public DAPropertyDescriptor operator implicit( string propertyString )
[JetBrains.Annotations.CanBeNull()] [JetBrains.Annotations.ContractAnnotation("null => null; notnull => notnull")] public: operator DAPropertyDescriptor^ ( String^ propertyString )
Parameters
- propertyString
- Contains the qualified name or property Id as a string of the OPC property.
The value of this parameter can be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).