ResourceManagerParameterType(String, String, Int32, Int32, Boolean) Constructor

Definition

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

Applies to