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 status of the connection to the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public bool Connected { get; protected set; }
public:
property bool Connected {
bool get();
protected: void set(bool value);
}
Public Property Connected As Boolean
Get
Protected Set
End Property
Property Value
Type: System.Boolean
true if a connection exists; otherwise, false.
See Also
ObjectModelBase Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top