ProviderConnectionClosedArgs<T>.Connection Property
Gets the connection that is closed.
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 that was closed.
See Also
ProviderConnectionClosedArgs<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top