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