Gets or sets a boolean value indicating whether the payload
boundaries are to be preserved during transmission.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute(true)] [ConnectionStringParameterAttribute] public bool PayloadAware { get; set; }
<DefaultValueAttribute(True)> _ <ConnectionStringParameterAttribute> _ Public Property PayloadAware As Boolean Get Set
[DefaultValueAttribute(true)] [ConnectionStringParameterAttribute] public: property bool PayloadAware { bool get (); void set (bool value); }