ArcFM Responder Mobile Developer Guide
SetSessionName Method






Syntax
'Declaration
 
Public Sub SetSessionName( _
   ByVal sessionName As System.String _
) 
'Usage
 
Dim instance As DataSession
Dim sessionName As System.String
 
instance.SetSessionName(sessionName)
public void SetSessionName( 
   System.string sessionName
)
public procedure SetSessionName( 
    sessionName: System.String
); 
public function SetSessionName( 
   sessionName : System.String
);
public: void SetSessionName( 
   System.string* sessionName
) 
public:
void SetSessionName( 
   System.String^ sessionName
) 

Parameters

sessionName
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

DataSession Class
DataSession Members

Send Feedback