ArcFM Responder Mobile Developer Guide
WriteSessionCaption Method






Syntax
'Declaration
 
Sub WriteSessionCaption( _
   ByVal sSessionName As System.String _
) 
'Usage
 
Dim instance As IMMApplicationCaption
Dim sSessionName As System.String
 
instance.WriteSessionCaption(sSessionName)
void WriteSessionCaption( 
   System.string sSessionName
)
procedure WriteSessionCaption( 
    sSessionName: System.String
); 
function WriteSessionCaption( 
   sSessionName : System.String
);
void WriteSessionCaption( 
   System.string* sSessionName
) 
void WriteSessionCaption( 
   System.String^ sSessionName
) 

Parameters

sSessionName
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

IMMApplicationCaption Interface
IMMApplicationCaption Members

Send Feedback