Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ContentLength As Long
'Usage
Dim instance As WebTestRequest
Dim value As Long
value = instance.ContentLength
instance.ContentLength = value
public long ContentLength { get; internal set; }
public:
property long long ContentLength {
long long get ();
void set (long long value);
}
public function get ContentLength () : long
public function set ContentLength (value : long)
Property Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.