PropFindResponse.ContentLength Property
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