'Declaration
<CanBeNullAttribute()> Public Shared Function FromDAPropertyElement( _ ByVal propertyElement As DAPropertyElement _ ) As DAPropertyDescriptor
'Usage
Dim propertyElement As DAPropertyElement Dim value As DAPropertyDescriptor value = DAPropertyDescriptor.FromDAPropertyElement(propertyElement)
[CanBeNull()] public static DAPropertyDescriptor FromDAPropertyElement( DAPropertyElement propertyElement )
[CanBeNull()] public: static DAPropertyDescriptor^ FromDAPropertyElement( DAPropertyElement^ propertyElement )
Parameters
- propertyElement
- Contains OPC property element.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).