Map Business Online SDK
Path Property

MBO Namespace > Config Class : Path Property
Gets or set the assembly configuration file path.
Syntax
'Declaration
 
Public Shared Property Path As String
public static string Path {get; set;}

Property Value

Assembly configuration file path.
Remarks
By default the configuration file path is set to the value of the assembly path concatenated with ".config" extension. You can override the path, if it is necessary, before using any assembly types.
See Also

Reference

Config Class
Config Members