Initializes a new instance of the PropertyInfo class
Namespace:
CoreDevicesAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public PropertyInfo( string DeviceName, string PropName, string DefaultValue ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ DeviceName As String, _ PropName As String, _ DefaultValue As String _ ) |
Visual C++ |
---|
public: PropertyInfo( String^ DeviceName, String^ PropName, String^ DefaultValue ) |
Parameters
- DeviceName
- Type: System..::.String
[Missing <param name="DeviceName"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.String)"]
- PropName
- Type: System..::.String
[Missing <param name="PropName"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.String)"]
- DefaultValue
- Type: System..::.String
[Missing <param name="DefaultValue"/> documentation for "M:CoreDevices.PropertyInfo.#ctor(System.String,System.String,System.String)"]