VeriStand .NET API Reference

CustomDeviceBase.RemoveProperty Method

Removes the custom device item property specified by name.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function RemoveProperty ( _
	name As String _
) As Boolean
C#
public bool RemoveProperty(
	string name
)
Visual C++
public:
bool RemoveProperty(
	String^ name
)

Parameters

name
Type: System.String
The name of the property to remove.

Return Value

true (True in Visual Basic) if the property is successfully removed.

See Also

Log in to get a better experience