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

NameTypeDescription
propertyNamestring

The name of the property to get

propertyValueout 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.