Microsoft Internet Security and Acceleration Server 2004 SDK

GroupType Property of IFPCConnectivityVerifier[C++]

FPCConnectivityVerifier.GroupType [Visual Basic]

[C++]

The GroupType property gets or sets a value from the FpcConnectivityGroupType enumerated type that specifies the group type used in ISA Server Management to categorize the connectivity verifier according to the type of servers with which connectivity is checked.

HRESULT get_GroupType(
  FpcConnectivityGroupType* pGroupType
);

HRESULT put_GroupType(
  FpcConnectivityGroupType GroupType
);

Parameters

pGroupType
Pointer to a variable that on return receives a value from the FpcConnectivityGroupType enumerated type specifying the group type used to categorize the connectivity verifier in ISA Server Management.
GroupType
Value from the FpcConnectivityGroupType enumerated type that specifies the group type used to categorize the connectivity verifier in ISA Server Management.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

A connectivity verifier checks for connectivity to a single server. The specific server to which connectivity is to be verified is specified by the ServerAddress property.

[Visual Basic]

The GroupType property gets or sets a value from the FpcConnectivityGroupType enumerated type that specifies the group type used in ISA Server Management to categorize the connectivity verifier according to the type of servers with which connectivity is checked.

Property GroupType As FpcConnectivityGroupType

Property Value

Value from the FpcConnectivityGroupType enumerated type that specifies the group type used to categorize the connectivity verifier in ISA Server Management.

Remarks

This property is read/write.

A connectivity verifier checks for connectivity to a single server. The specific server to which connectivity is to be verified is specified by the ServerAddress property.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCConnectivityVerifier