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 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