USDFloatingPanel.Floating Property
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As USDFloatingPanel
Dim value As Boolean
value = instance.Floating
instance.Floating = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Floating As Boolean
[BrowsableAttribute(false)]
public bool Floating { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool Floating {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_Floating ()
/** @property */
public final void set_Floating (boolean value)
public final function get Floating () : boolean
public final function set Floating (value : boolean)
Property Value
Type: Boolean
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
USDFloatingPanel Class
USDFloatingPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.