 | MessageGetObjectT Method (String) |
Returns the object value of the property indexed by name.
Namespace:
OBCOM.NetSwitchLib.Messages
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic T GetObject<T>(
string name
)
Public Function GetObject(Of T) (
name As String
) As T
Parameters
- name
- Type: SystemString
The name of the required property.
Type Parameters
- T
-
The type of the returned object.
Return Value
Type:
T
The object value of the property indexed by
name.
Exceptions
See Also