ConfigMgrWebDavPropFindReply Constructor (IList<PropFindResponse>)
Initializes a new instance of the ConfigMgrWebDavPropFindReply class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ConfigMgrWebDavPropFindReply(
IList<PropFindResponse> responses
)
public:
ConfigMgrWebDavPropFindReply(
IList<PropFindResponse^>^ responses
)
Public Sub New (
responses As IList(Of PropFindResponse)
)
Parameters
responses
Type: System.Collections.Generic.IList<PropFindResponse>List of PROPFIND responses.
See Also
ConfigMgrWebDavPropFindReply Overload
ConfigMgrWebDavPropFindReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top