UpdateInformationTranslatedSimpleSummaryHtml Property |
Gets any available localized translations of the html summary text for this update.
Property Value
Type:
DictionaryString,
StringA dictionary of any available localized translations of the html summary text for this update.
RemarksIf no alternate translations were provided, this dictionary will be empty. Default is en-us.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic Dictionary<string, string> TranslatedSimpleSummaryHtml { get; }
Public ReadOnly Property TranslatedSimpleSummaryHtml As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ TranslatedSimpleSummaryHtml {
Dictionary<String^, String^>^ get ();
}
member TranslatedSimpleSummaryHtml : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
String
See Also