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 or sets the timeout notification.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public TimeSpan ConnectionTimeoutNotification { get; set; }
public:
property TimeSpan ConnectionTimeoutNotification {
TimeSpan get();
void set(TimeSpan value);
}
Public Property ConnectionTimeoutNotification As TimeSpan
Property Value
Type: System.TimeSpan
An instance of TimeSpan.
See Also
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top