Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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