The Servers property gets an FPCServers collection that contains objects representing all the Forefront TMG computers in the array.
HRESULT get_Servers( IFPCServers** ppServers );
Address of an interface pointer that on return points to an IFPCServers interface that represents the collection of Forefront TMG computers in the array.
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Property Servers As FPCServers
Reference to the FPCServers collection for the array.
Dim root As New FPCLib.FPC Dim serverName As String Dim array1 As FPCArray Set array1 = root.Arrays(1) serverName = array1.Servers(1).Name
This property is read-only. You can access all the properties of each Forefront TMG computer in the array through the FPCServers collection retrieved (the IFPCServers interface retrieved in C++).
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
DLL |
Requires Msfpccom.dll. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.