Compartir a través de


IUsdControl.UserCanClose Property

Contains a Boolean value that specifies whether the 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 IUsdControl
Dim value As Boolean

value = instance.UserCanClose

instance.UserCanClose = value

Syntax

'Declaration
Property UserCanClose As Boolean
bool UserCanClose { get; set; }
property bool UserCanClose {
    bool get ();
    void set (bool value);
}
/** @property */
boolean get_UserCanClose ()

/** @property */
void set_UserCanClose (boolean value)
function get UserCanClose () : boolean

function set UserCanClose (value : boolean)

Property Value

Type: Boolean
True if the user can close, 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

IUsdControl Interface
IUsdControl Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.