IFPCSnapinNode::CurrentObject property
Applies to: desktop apps only
The CurrentObject property gets the data object of the node. The data object retrieved is an object from the Forefront TMG administration COM object hierarchy.
This property is read-only.
Syntax
HRESULT get_CurrentObject(
IDispatch **ppCurrentObject
);
' Data type: IDispatch
Property CurrentObject( _
ByVal ppCurrentObject As IDispatch _
) As IDispatch
Property value
Reference to the data object of the node.
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. The data stored in the data object retrieved can be accessed through its properties. For example, the FPCVendorParametersSets collection for the object retrieved can be accessed by calling its VendorParametersSets property.
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