DiscoveryClientProtocol.DiscoveryClientResultsFile.Results Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar en samling DiscoveryClientResult objekt.
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
Egenskapsvärde
En DiscoveryClientResultCollection som innehåller resultatet från en ReadAll(String) eller WriteAll(String, String) anropet.
Exempel
DiscoveryClientResultsFile_Results#3