Initializes a new instance of the PropertySetting class
    Namespace: 
   CWrapperAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public PropertySetting( string deviceLabel, string prop, string value, bool readOnly ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub New ( _ deviceLabel As String, _ prop As String, _ value As String, _ readOnly As Boolean _ ) | 
| Visual C++ | 
|---|
| public: PropertySetting( String^ deviceLabel, String^ prop, String^ value, bool readOnly ) | 
Parameters
- deviceLabel
- Type: System..::.String[Missing <param name="deviceLabel"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String,System.Boolean)"] 
- prop
- Type: System..::.String[Missing <param name="prop"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String,System.Boolean)"] 
- value
- Type: System..::.String[Missing <param name="value"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String,System.Boolean)"] 
- readOnly
- Type: System..::.Boolean[Missing <param name="readOnly"/> documentation for "M:CWrapper.PropertySetting.#ctor(System.String,System.String,System.String,System.Boolean)"] 





