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