NetworkDiscoveryConfiguration.Seeds Property

Definition

Structure which contains the seed hosts

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::NetworkMonitoring::NetworkSeed ^> ^ Seeds { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::NetworkMonitoring::NetworkSeed ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.NetworkMonitoring.NetworkSeed> Seeds { get; }
member this.Seeds : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.NetworkMonitoring.NetworkSeed>
Public ReadOnly Property Seeds As IList(Of NetworkSeed)

Property Value

IList<NetworkSeed>

Returns IList<T>.

Applies to