Udostępnij za pośrednictwem


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

See Also

ConfigMgrWebDavPropFindReply Overload
ConfigMgrWebDavPropFindReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top