GetComObjectValueByName<T> Method
Gets the value of the specified property by name.
public GetComObjectValueByName<>(
System.string
)
where T: ComObject
'Declaration
Public Function GetComObjectValueByName(Of As ComObject)( _
ByVal As System.String _
) As
Parameters
- name
- The name of the property.
Type Parameters
- T
Return Value
The value of the specified property by name.