Share via


ProviderConnector<T>.Connection Property

 

Gets the current connection.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public T Connection { get; private set; }
public:
property T Connection {
    T get();
    private: void set(T value);
}
Public Property Connection As T
    Get
    Private Set
End Property

Property Value

Type: T

The connection object.

See Also

ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top