[Missing <summary> documentation for "M:CoreDevices.DeviceControls.PropertyList.UpdateProperty(System.String)"]

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

Syntax

C#
public void UpdateProperty(
	string Propname
)
Visual Basic (Declaration)
Public Sub UpdateProperty ( _
	Propname As String _
)
Visual C++
public:
virtual void UpdateProperty(
	String^ Propname
) sealed

Parameters

Propname
Type: System..::.String

[Missing <param name="Propname"/> documentation for "M:CoreDevices.DeviceControls.PropertyList.UpdateProperty(System.String)"]

Implements

IPropertyList..::.UpdateProperty(String)

See Also