DiscoveryClientProtocol.DiscoveryClientResultsFile.Results 属性

定义

获取 DiscoveryClientResult 对象的集合。

public:
 property System::Web::Services::Discovery::DiscoveryClientResultCollection ^ Results { System::Web::Services::Discovery::DiscoveryClientResultCollection ^ get(); };
public System.Web.Services.Discovery.DiscoveryClientResultCollection Results { get; }
member this.Results : System.Web.Services.Discovery.DiscoveryClientResultCollection
Public ReadOnly Property Results As DiscoveryClientResultCollection

属性值

DiscoveryClientResultCollection

DiscoveryClientResultCollection,它包含来自 ReadAll(String)WriteAll(String, String) 调用的结果。

示例

DiscoveryClientResultsFile_Results#3

适用于