| PluginHelperRetroAchievementsApi Property |
Gets or sets the Retro Achievements API. This property is automatically set by LaunchBox and Big Box and should not be set by any plugins.
Namespace: Unbroken.LaunchBox.PluginsAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax public static IRetroAchievementsApi RetroAchievementsApi { get; set; }
Public Shared Property RetroAchievementsApi As IRetroAchievementsApi
Get
Set
public:
static property IRetroAchievementsApi^ RetroAchievementsApi {
IRetroAchievementsApi^ get ();
void set (IRetroAchievementsApi^ value);
}
static member RetroAchievementsApi : IRetroAchievementsApi with get, set
Property Value
IRetroAchievementsApiSee Also