ArcFM Responder Mobile Developer Guide
Add Method (MMSecCktEnumServicePanelClass)






Syntax
'Declaration
 
Public Overridable Sub Add( _
   ByVal pPanel As IMMSecCktServicePanel _
) 
'Usage
 
Dim instance As MMSecCktEnumServicePanelClass
Dim pPanel As IMMSecCktServicePanel
 
instance.Add(pPanel)
public virtual void Add( 
   IMMSecCktServicePanel pPanel
)
public procedure Add( 
    pPanel: IMMSecCktServicePanel
); virtual; 
public function Add( 
   pPanel : IMMSecCktServicePanel
);
public: virtual void Add( 
   IMMSecCktServicePanel* pPanel
) 
public:
virtual void Add( 
   IMMSecCktServicePanel^ pPanel
) 

Parameters

pPanel
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMSecCktEnumServicePanelClass Class
MMSecCktEnumServicePanelClass Members

Send Feedback