ResourceManagerPropertyType(String, String, String, String, Boolean, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ResourceManagerPropertyType(System::String ^ name, System::String ^ localizedLabel, System::String ^ cmdLineLabel, System::String ^ type, bool showInOptionsUI, bool defaultValue);
public ResourceManagerPropertyType (string name, string localizedLabel, string cmdLineLabel, string type, bool showInOptionsUI, bool defaultValue);
new Microsoft.BizTalk.ApplicationDeployment.ResourceManagerPropertyType : string * string * string * string * bool * bool -> Microsoft.BizTalk.ApplicationDeployment.ResourceManagerPropertyType
Public Sub New (name As String, localizedLabel As String, cmdLineLabel As String, type As String, showInOptionsUI As Boolean, defaultValue As Boolean)
Parameters
- name
- String
- localizedLabel
- String
- cmdLineLabel
- String
- type
- String
- showInOptionsUI
- Boolean
- defaultValue
- Boolean