Specifies the type of service allocated to a firewalled port.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Enumeration NET_FW_SERVICE_TYPE_
public enum NET_FW_SERVICE_TYPE_
public enum class NET_FW_SERVICE_TYPE_
type NET_FW_SERVICE_TYPE_
public enum NET_FW_SERVICE_TYPE_
Members
| Member name | Description | |
|---|---|---|
| NET_FW_SERVICE_FILE_AND_PRINT | File and print sharing service. | |
| NET_FW_SERVICE_NONE | Not a valid service type. This is to indicate that a port is not part of a service. | |
| NET_FW_SERVICE_REMOTE_DESKTOP | Service type is remote desktop. | |
| NET_FW_SERVICE_TYPE_MAX | Used for testing purposes. Not meant for application implementation. | |
| NET_FW_SERVICE_UPNP | Service type is UPnP framework. |