Not supported. Throws an exception saying so.
[Visual Basic] Overrides Public Property Int64 As [C#] public override long Int64 { get; set; } [C++] public: __property get_Int64(); public: __property void set_Int64(__int64 ); [JScript] public override function get Int64() : long public override function set Int64(long);
| Exception Type | Condition |
|---|---|
| NotSupportedException | Thrown. Always. |
HttpOutputFilter Class | blowery.Web.HttpCompress Namespace