[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Encapsulates a single element in a PROPFIND response

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
PropFindResponse
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
PropFindResponse
[
SerializableAttribute]
public 
ref class 
PropFindResponse 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
PropFindResponse(String, Int32, Boolean)
Initializes a new instance of the PropFindResponseclass. Constructs a response from a file URL and content length
ContentLength
Content length (a:getcontentlength)
Equals(Object) (Inherited from Object.)
FileUrl
URL to the file (a:href element)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
IsDirectory
If the path is a directory, true
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . PropFindResponse

See Also