ResourceManagerPropertyType(String, String, String, String, Boolean, Boolean) Constructor

Definition

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

Applies to