WebUpdateDisplay.AssociatedWebUpdateControllerId Property

Gets or sets the associated web update controller ID, whish is the ID of the WebUpdateController that the WebUpdateDisplay is linked to. The WebUpdateDisplay will show this controller’s status and its buttons will perform operations on this controller.

[Visual Basic]

Public Property AssociatedWebUpdateControllerId As String

[C#]

public string AssociatedWebUpdateControllerId {get;set;}

Property Value

The associated web update controller ID.

See Also

WebUpdateDisplay Class | WebUpdateDisplay Members | Kjs.AppLife.Update.Web Namespace