Compartir a través de


RibbonAttributes.IsEnabled Property

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

Usage

'Usage
Dim instance As RibbonAttributes
Dim value As Boolean

value = instance.IsEnabled

instance.IsEnabled = value

Syntax

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

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_IsEnabled (boolean value)
CompilerGeneratedAttribute 
public function get IsEnabled () : boolean

CompilerGeneratedAttribute 
public function set IsEnabled (value : boolean)

Property Value

Returns 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

RibbonAttributes Class
RibbonAttributes Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.CRMRibbon Namespace

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