Share via


ProviderInfo.Connected Property

 

Gets and sets a value that determines if the provider is connected.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

[DataMemberAttribute]
public bool Connected { get; set; }
public:
[DataMemberAttribute]
property bool Connected {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property Connected As Boolean

Property Value

Type: System.Boolean

true if the provider is connected; otherwise, false.

See Also

ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top