ConfigMgrWebDavPropFindReply.WebDavFiles Property
Gets a list of the files returned by the PROPFIND request.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<PropFindResponse> WebDavFiles { get; }
public:
property Collection<PropFindResponse^>^ WebDavFiles {
Collection<PropFindResponse^>^ get();
}
Public ReadOnly Property WebDavFiles As Collection(Of PropFindResponse)
Property Value
Type: System.Collections.ObjectModel.Collection<PropFindResponse>
See Also
ConfigMgrWebDavPropFindReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top