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