ResourceManagerParameterType(String, String, Int32, Int32, 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:
ResourceManagerParameterType(System::String ^ name, System::String ^ description, int minOccurs, int maxOccurs, bool isIDAttribute);
public ResourceManagerParameterType (string name, string description, int minOccurs, int maxOccurs, bool isIDAttribute);
new Microsoft.BizTalk.ApplicationDeployment.ResourceManagerParameterType : string * string * int * int * bool -> Microsoft.BizTalk.ApplicationDeployment.ResourceManagerParameterType
Public Sub New (name As String, description As String, minOccurs As Integer, maxOccurs As Integer, isIDAttribute As Boolean)
Parameters
- name
- String
- description
- String
- minOccurs
- Int32
- maxOccurs
- Int32
- isIDAttribute
- Boolean