The FPCRefs collection holds a set of FPCRef objects that reference a group of items used to define a rule or to specify the settings for a feature. The FPCRefs collection can contain references to user sets, computer sets, or URL sets, for example. Note that each instance of the FPCRefs collection contains a set of FPCRef objects that reference items of the same type. The type of items referenced by an FPCRefs collection is determined by the property through which it is accessed.
The FPCRefs collection can contain FPCRef objects that reference items with a specific scope and name. The scope indicates whether the item is defined for the array or for the enterprise. When an enterprise with central array management is deployed, rule elements, such as computers, computer sets, content type sets, domain name sets, IP address ranges, protocol definitions, schedules, subnets, URL sets, and user sets can be defined on the array level or on the enterprise level.
Note Enterprise-level rule elements are not available in Forefront TMG Medium Business Edition.
The FPCRefs collection is used in various properties of the FPCAccessProperties, FPCCacheRule, FPCConnectionLimitPolicy, FPCDestinations, FPCHTTPCompressionConfiguration, FPCNetwork, FPCNetworkSet, FPCProtocolDefinition, FPCRoutingRule, FPCSelectionIPs, FPCServer, FPCServerPublishingProperties, FPCSystemPolicyConfigGroup, FPCVpnConfiguration, FPCVpnQuarantineSettings, FPCWebListener, FPCWebListenerProperties, and FPCWebPublishingProperties objects.
Click here to see the Forefront TMG object hierarchy.
The FPCRefs collection defines the following methods.
Method | Description |
---|---|
Creates a new FPCRef object in the collection and returns a reference to it. |
|
Creates a new FPCRef object for an item with a specific scope in the collection and returns a reference to it. |
|
Returns a Boolean value that indicates whether the collection contains an FPCRef object that references the specified item. |
|
Returns a Boolean value that indicates whether the collection contains an FPCRef object that references an item with the specified scope and name. |
|
Retrieves the requested FPCRef object from the collection. |
|
Recursively reads the values of all the properties of the collection and its elements, including the properties of its subobjects from persistent storage, overwriting any changes that were not saved. |
|
Removes the specified FPCRef object from the collection. |
|
Removes all elements from the collection. |
|
Removes the FPCRef object that references the specified item from the collection. |
|
Removes the FPCRef object that references an item with the specified scope and name from the collection. |
|
Recursively writes the values of the properties of the collection and its elements, including the properties of its subobjects to persistent storage. |
The FPCRefs collection defines the following properties.
Property | Description |
---|---|
Gets an enumerator object for the collection. |
|
Gets the number of FPCRef objects in the collection. |
This collection implements the IFPCRefs and IFPCEERefs interfaces.
' Use the FPCRefs.Add method to add an FPCRef object reference to ' a user set to the list of excluded user sets. isaArray.ArrayPolicy.PolicyRules(1).AccessProperties.UserSets.Add "UserSet_1", fpcExclude ' Use the FPCRef.Name property to retrieve the name of the excluded ' user set. isaArray.ArrayPolicy.PolicyRules(1).AccessProperties.UserSets(1).Name
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
IDL |
Declared in Msfpccom.idl. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.