Поделиться через


ActionRecord.Disabled Property

Gets or sets a Boolean value that specifies whether the action record is disabled.

Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As ActionRecord
Dim value As Boolean

value = instance.Disabled

instance.Disabled = value

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property Disabled As Boolean
[XmlAttributeAttribute] 
public bool Disabled { get; set; }
[XmlAttributeAttribute] 
public:
property bool Disabled {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_Disabled ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_Disabled (boolean value)
CompilerGeneratedAttribute 
public function get Disabled () : boolean

CompilerGeneratedAttribute 
public function set Disabled (value : boolean)

Property Value

Type: Boolean
True if the action record is disabled, 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

ActionRecord Class
ActionRecord Members
Microsoft.Uii.Common.Entities Namespace

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