Admin Production rocket
Current Publication

ModemLocation Property

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
ModemLocation Property
In This Topic
A string that indentifies the current modem location. Modem locations are configured using Control Panel modems.
Syntax

                     
                     
'Declaration
 

                     
                     
Property ModemLocation As String

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IConnectionSettingsModem
Dim value As String
 
instance.ModemLocation = value
 
value = instance.ModemLocation

                  

                     
                     
string ModemLocation {get; set;}

                  

Property Value

The default value is the current modem location as configured using the Windows Control Panel. This string can be up to 64 characters long. This value cannot be changed if the connection is open.
Remarks
If the modem location name you choose includes spaces, enclose the string in quotation marks.
See Also