ProviderCollectionRetrievedEventArgs<T>.Connectors Property
Gets the list of connectors.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework.public
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public IList<ProviderConnector<T>> Connectors { get; private set; }
public:
property IList<ProviderConnector<T>^>^ Connectors {
IList<ProviderConnector<T>^>^ get();
private: void set(IList<ProviderConnector<T>^>^ value);
}
Public Property Connectors As IList(Of ProviderConnector(Of T))
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<ProviderConnector<T>>
A IList<T> that contains the list of connectors.
See Also
ProviderCollectionRetrievedEventArgs<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework.public Namespace
Return to top