Share via


ObjectModelBase.Connected Property

 

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