AddIn.SatelliteDllPath Property

Definition

Gets the location of a DLL containing localized resources, if available.

public:
 property System::String ^ SatelliteDllPath { System::String ^ get(); };
public:
 property Platform::String ^ SatelliteDllPath { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(304)]
public string SatelliteDllPath { [System.Runtime.InteropServices.DispId(304)] get; }
[<System.Runtime.InteropServices.DispId(304)>]
[<get: System.Runtime.InteropServices.DispId(304)>]
member this.SatelliteDllPath : string
Public ReadOnly Property SatelliteDllPath As String

Property Value

A string representing the path of a DLL containing localized resources.

Attributes

Remarks

A satellite DLL file can be used for additional or localized resources.

Applies to