Compartir a través de


USDTab.UserCanCloseDefault Property

Gets or sets a Boolean value that specifies if the user can close the tab.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As USDTab
Dim value As Boolean

value = instance.UserCanCloseDefault

instance.UserCanCloseDefault = value

Syntax

'Declaration
Public Property UserCanCloseDefault As Boolean
public bool UserCanCloseDefault { get; set; }
public:
property bool UserCanCloseDefault {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_UserCanCloseDefault ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_UserCanCloseDefault (boolean value)
CompilerGeneratedAttribute 
public function get UserCanCloseDefault () : boolean

CompilerGeneratedAttribute 
public function set UserCanCloseDefault (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

USDTab Class
USDTab Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Styles Namespace

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