MSFT_NetTransportFilterTCPSetting class

Represents an association between a transport filter and a TCP setting.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, UMLPackagePath("CIM::Core::CoreElements"), ClassVersion("1.0.0"), dynamic, provider("nettcpip"), AMENDMENT]
class MSFT_NetTransportFilterTCPSetting : CIM_Dependency
{
  MSFT_NetTransportFilter REF Antecedent;
  MSFT_NetTCPSetting      REF Dependent;
};

Members

The MSFT_NetTransportFilterTCPSetting class has these types of members:

Properties

The MSFT_NetTransportFilterTCPSetting class has these properties.

Antecedent

Data type: MSFT_NetTransportFilter

Access type: Read-only

Qualifiers: key, Override ("Antecedent")

A MSFT_NetTransportFilter object for the filter associated with the TCP setting.

Dependent

Data type: MSFT_NetTCPSetting

Access type: Read-only

Qualifiers: key, Override ("Dependent")

A MSFT_NetTCPSetting object fo the TCP setting associated with the filter.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetTCPIP.mof
DLL
NetTCPIP.dll

See also

CIM_Dependency

MSFT_NetTransportFilter

MSFT_NetTCPSetting