PackagedSession.PackagedControls Property

Definition

Gets or sets the hosted controls that were running at the time.

public:
 property System::Collections::Generic::List<Microsoft::Uii::Desktop::SessionManager::PackagedHostedControlInfo ^> ^ PackagedControls { System::Collections::Generic::List<Microsoft::Uii::Desktop::SessionManager::PackagedHostedControlInfo ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Uii::Desktop::SessionManager::PackagedHostedControlInfo ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Uii.Desktop.SessionManager.PackagedHostedControlInfo> PackagedControls { get; set; }
member this.PackagedControls : System.Collections.Generic.List<Microsoft.Uii.Desktop.SessionManager.PackagedHostedControlInfo> with get, set
Public Property PackagedControls As List(Of PackagedHostedControlInfo)

Property Value

Applies to