DynamicsBaseHostedControl.UserCanClose Property
Gets or sets whether a user can close the control.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As DynamicsBaseHostedControl
Dim value As Boolean
value = instance.UserCanClose
instance.UserCanClose = value
Syntax
'Declaration
Public Property UserCanClose As Boolean
public bool UserCanClose { get; set; }
public:
virtual property bool UserCanClose {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_UserCanClose ()
/** @property */
public final void set_UserCanClose (boolean value)
public final function get UserCanClose () : boolean
public final function set UserCanClose (value : boolean)
Property Value
Type: Boolean.
If true, user can close the control. Otherwise, false.
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
DynamicsBaseHostedControl Class
DynamicsBaseHostedControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.