Repair Property
See Also 
SourceCode.EventBus.Management Namespace > CustomEvent Class : Repair Property



Glossary Item Box

Gets or sets a value indicating whether [repair].

Syntax

Visual Basic (Declaration) 
Public Property Repair As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CustomEvent
Dim value As Boolean
 
instance.Repair = value
 
value = instance.Repair
C# 
public bool Repair {get; set;}
C++/CLI 
public:
property bool Repair {
   bool get();
   void set (    bool value);
}

Property Value

true if [repair]; otherwise, false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also