| VoicepackUpdaterProgressText Property |
Gets a short string identifying the current task the voicepack updater is performing.
Namespace: Bevelstone.EditVoicepack.InstallerApiAssembly: Bevelstone.EditVoicepack.InstallerApi (in Bevelstone.EditVoicepack.InstallerApi.dll) Version: 5.0.77.0 (5.0.77.0)
Syntaxpublic string ProgressText { get; }Public ReadOnly Property ProgressText As String
Get
public:
property String^ ProgressText {
String^ get ();
}member ProgressText : string with get
Property Value
Type:
StringThe string identifying the task currently being performed.
See Also