Method GetPropertyByName
GetPropertyByName(string)
Gets the property with the specified name.
public ConnectivityInterfaceProperty GetPropertyByName(string name)
Parameters
namestringThe name of the interface property.
Returns
- ConnectivityInterfaceProperty
The interface property or null if no property with the specified name was found.