DavProp Class
Represents a WebDAV a:prop property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.DavProp
Syntax
[SerializableAttribute]
public sealed class DavProp
[SerializableAttribute]
public ref class DavProp sealed
<SerializableAttribute>
Public NotInheritable Class DavProp
Constructors
Name | Description | |
---|---|---|
DavProp() | Initializes a new instance of the DavProp class. |
Properties
Name | Description | |
---|---|---|
ContentLength | Gets or sets a value that indicates the content length in bytes. |
|
IsCollection | Gets or sets a value that indicates whether the property is a collection. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top