AssetProperties.FindByName
Method
Description:
Gets the property with the given name.
Gets the property with the given name.
Remarks:
FindByName will not visit the properties of any connected asset on any of the properties.
FindByName will not visit the properties of any connected asset on any of the properties.
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | String | Name of the property. |
Return Value
| Type | Description |
|---|---|
| AssetProperty | The property with the specified name. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |