UpdateInformationCustomData Property |
Gets custom data for the update.
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 string CustomData { get; }
Public ReadOnly Property CustomData As String
Get
public:
property String^ CustomData {
String^ get ();
}
member CustomData : string with get
Property Value
Type:
StringThe update's custom data.
Remarks
Custom data is not displayed to the user.
See Also