Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of providers.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public ReadOnlyCollection<ProviderConnector<T>> Connectors { get; }
public:
property ReadOnlyCollection<ProviderConnector<T>^>^ Connectors {
ReadOnlyCollection<ProviderConnector<T>^>^ get();
}
Public ReadOnly Property Connectors As ReadOnlyCollection(Of ProviderConnector(Of T))
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ProviderConnector<T>>
A ReadOnlyCollection<T> of type ProviderConnector<T> that contains the collection of providers on the server.
See Also
ConnectorCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top