ProviderConnectionOpenedArgs<T>.Connection Property
Gets the new connected proxy.
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 new proxy.
See Also
ProviderConnectionOpenedArgs<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top