NetworkDiscoveryConfiguration.Seeds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns IList<T>.