Determines if a device property has been marked as needing to be saved

Namespace:  CoreDevices.Devices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool PropertyIsSaveable(
	string PropName
)
Visual Basic (Declaration)
Public Function PropertyIsSaveable ( _
	PropName As String _
) As Boolean
Visual C++
public:
virtual bool PropertyIsSaveable(
	String^ PropName
) sealed

Parameters

PropName
Type: System..::.String

[Missing <param name="PropName"/> documentation for "M:CoreDevices.Devices.MMDeviceBase.PropertyIsSaveable(System.String)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.Devices.MMDeviceBase.PropertyIsSaveable(System.String)"]

See Also