PackagedHostedControlInfo.State Property
Gets or sets the state of the hosted control.
Namespace: Microsoft.Uii.Desktop.SessionManager
Assembly: Microsoft.Uii.Desktop.SessionManager (in Microsoft.Uii.Desktop.SessionManager.dll)
Usage
'Usage
Dim instance As PackagedHostedControlInfo
Dim value As String
value = instance.State
instance.State = value
Syntax
'Declaration
Public Property State As String
public string State { get; set; }
public:
property String^ State {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_State ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_State (String value)
CompilerGeneratedAttribute
public function get State () : String
CompilerGeneratedAttribute
public function set State (value : String)
Property Value
Type: String
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
PackagedHostedControlInfo Class
PackagedHostedControlInfo Members
Microsoft.Uii.Desktop.SessionManager Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.