ConnectionSetting Enumeration
Indicates the type of sources that are allowed to access the provider.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
[DataContractAttribute]
public enum ConnectionSetting
[DataContractAttribute]
public enum class ConnectionSetting
<DataContractAttribute>
Public Enumeration ConnectionSetting
Members
Member name | Description | |
---|---|---|
AllowLocalAccessOnly | Allows the provider to accept incoming connections from the local host computer. |
|
AllowRemoteAccess | Allows the provider to accept incoming connections from the local host and a remote host computer. |
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top