2 writes to _allowsMultipleConnections
System.Web (2)
UI\WebParts\ConnectionConsumerAttribute.cs (2)
27
_allowsMultipleConnections
= false;
59
_allowsMultipleConnections
= value;
1 reference to _allowsMultipleConnections
System.Web (1)
UI\WebParts\ConnectionConsumerAttribute.cs (1)
56
return
_allowsMultipleConnections
;