Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the content length (a:getcontentlength element).
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public long ContentLength { get; private set; }
public:
property long long ContentLength {
long long get();
private: void set(long long value);
}
Public Property ContentLength As Long
Get
Private Set
End Property
Property Value
Type: System.Int64
See Also
PropFindResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top