Gets or sets a boolean value that determines the packet
type to be used when sending data to the server.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ConnectionStringParameterAttribute] [DefaultValueAttribute(true)] public bool ConserveBandwidth { get; set; }
<ConnectionStringParameterAttribute> _ <DefaultValueAttribute(True)> _ Public Property ConserveBandwidth As Boolean Get Set
[ConnectionStringParameterAttribute] [DefaultValueAttribute(true)] public: property bool ConserveBandwidth { bool get (); void set (bool value); }