Visual Basic (Declaration)
<ConfigurationPropertyAttribute("maxConcurrentCalls", DefaultValue := )> _
<IntegerValidatorAttribute(MinValue := )> _
Public Property MaxConcurrentCalls As Integer
Dim instance As ServiceThrottlingElement
Dim value As Integer
value = instance.MaxConcurrentCalls
instance.MaxConcurrentCalls = value
[ConfigurationPropertyAttribute("maxConcurrentCalls", DefaultValue = )]
[IntegerValidatorAttribute(MinValue = )]
public int MaxConcurrentCalls { get; set; }
[ConfigurationPropertyAttribute(L"maxConcurrentCalls", DefaultValue = )]
[IntegerValidatorAttribute(MinValue = )]
public:
property int MaxConcurrentCalls {
int get ();
void set (int value);
}
public function get MaxConcurrentCalls () : int
public function set MaxConcurrentCalls (value : int)