|  | DataProviderCompanyPath Property | 
 Restituisce il percorso al database di una azienda.
 
 
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
 Syntax
Syntaxpublic string this[
	int companyId
] { get; }Public ReadOnly Property CompanyPath ( 
	companyId As Integer
) As String
	Get
member CompanyPath : string with get
Parameters
- companyId
- Type: SystemInt32
 Azienda della quale si desidera conoscere il percorso.
Property Value
Type: 
StringIl percorso al database di una azienda.
 Remarks
RemarksE' necessario che ActiveCompanyId e ApplicationPath siano impostati correttamente.
 See Also
See Also