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.
Applies to: desktop apps only
The SubnetMasks property gets or sets a comma-delimited list of all subnet masks configured on the network adapter.
This property is read/write.
Syntax
HRESULT put_SubnetMasks(
BSTR bstrSubnetMasks
);
HRESULT get_SubnetMasks(
BSTR *pbstrSubnetMasks
);
' Data type: String
Property SubnetMasks( _
ByVal bstrSubnetMasks As BSTR, _
ByVal pbstrSubnetMasks As BSTR _
) As String
Property value
String that specifies a comma-delimited list of all subnet masks configured on the network adapter.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its value is initially set based on the configuration settings of the network adapter in Windows Server.
Support for the full subnet mask (255.255.255.255) is limited. Forefront TMG can handle adapters with the full subnet mask if the mask was set outside of Forefront TMG. However, setting the full subnet mask for an adapter using the Forefront TMG COM object hierarchy is not allowed.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010