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 ProviderInfo objects that represent where this service is reachable.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public IList<ProviderInfo> ProviderInfo { get; private set; }
public:
property IList<ProviderInfo^>^ ProviderInfo {
IList<ProviderInfo^>^ get();
private: void set(IList<ProviderInfo^>^ value);
}
Public Property ProviderInfo As IList(Of ProviderInfo)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<ProviderInfo>
An instance of IList<T> that contains the ProviderInfo objects.
Exceptions
Exception | Condition |
---|---|
ProviderException | An error occurred during an operation call to the provider. |
See Also
ProviderHost Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top