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