ArcFM Responder Mobile Developer Guide
PanelByRating Property (IMMSecCktEnumServicePanel)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678275)>
ReadOnly Property PanelByRating( _
   ByVal dCurrentRating As System.Double _
) As IMMSecCktServicePanel
'Usage
 
Dim instance As IMMSecCktEnumServicePanel
Dim dCurrentRating As System.Double
Dim value As IMMSecCktServicePanel
 
value = instance.PanelByRating(dCurrentRating)
[System.Runtime.InteropServices.DispId(1610678275)]
IMMSecCktServicePanel PanelByRating( 
   System.double dCurrentRating
) {get;}
read-only property PanelByRating( 
    dCurrentRating: System.Double
): IMMSecCktServicePanel; 
System.Runtime.InteropServices.DispIdAttribute(1610678275)
function get PanelByRating( 
   dCurrentRating : System.double
) : IMMSecCktServicePanel
[System.Runtime.InteropServices.DispId(1610678275)]
__property IMMSecCktServicePanel* get_PanelByRating( 
   System.double dCurrentRating
);
[System.Runtime.InteropServices.DispId(1610678275)]
property IMMSecCktServicePanel^ PanelByRating {
   IMMSecCktServicePanel^ get(System.double dCurrentRating);
}

Parameters

dCurrentRating
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

IMMSecCktEnumServicePanel Interface
IMMSecCktEnumServicePanel Members

Send Feedback