ApplicationRecord.Disabled Property
Gets or sets a Boolean value that specifies whether the application record is disabled.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As ApplicationRecord
Dim value As Boolean
value = instance.Disabled
instance.Disabled = value
Syntax
'Declaration
Public Property Disabled As Boolean
public bool Disabled { get; set; }
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 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
ApplicationRecord Class
ApplicationRecord Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.