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

List of the files returned by the PROPFIND request

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IList<

PropFindResponse> 
WebDavFiles { 
get; 
private 
set; }
Public 
Property 
WebDavFiles 
As 
IList(
Of 

PropFindResponse)
	
Get
	
Private 
Set
public:
property 
IList<

PropFindResponse^>^ 
WebDavFiles {
	
IList<

PropFindResponse^>^ 
get ();
	
private: 
void 
set (
IList<

PropFindResponse^>^ 
value);
}

See Also