TryGetPropertyValue(string, out string)
- Updated2026-06-25
- 1 minute(s) read
Gets the value of the property with the specified propertyName .
Syntax
Namespace: NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI
public bool TryGetPropertyValue(string propertyName, out string propertyValue)
Parameters
| Name | Type | Description |
|---|---|---|
| propertyName | string | The name of the property to get |
| propertyValue | out string | When this method returns, contains the value of the property with specified propertyName , if the property is found; otherwise, null |
Returns
true if a property with the specified propertyName is found; otherwise, false.