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 BranchCacheConfiguration property gets an FPCBranchCacheConfiguration object that holds the BranchCache configuration settings for the array. (This property is introduced in Forefront TMG 2010 SP 1.)
This property is read-only.
Syntax
HRESULT get_BranchCacheConfiguration(
IFPCBranchCacheConfiguration **ppBranchCacheConfiguration
);
' Data type: FPCBranchCacheConfiguration
Property BranchCacheConfiguration( _
ByVal ppBranchCacheConfiguration As IFPCBranchCacheConfiguration _
) As FPCBranchCacheConfiguration
Property value
Reference to the FPCBranchCacheConfiguration object that holds the BranchCache configuration settings for the array.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. You can modify the BranchCache configuration settings for the array through the properties of the FPCBranchCacheConfiguration object retrieved (the IFPCBranchCacheConfiguration interface retrieved in C++).
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