Share via


DavProp.ContentLength Property

 

Gets or sets a value that indicates the content length in bytes.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public long ContentLength { get; set; }
public:
property long long ContentLength {
    long long get();
    void set(long long value);
}
Public Property ContentLength As Long

Property Value

Type: System.Int64

See Also

DavProp Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top