[This is preliminary documentation and is subject to change.]
Indicates whether this check will be executed
Namespace: NFX.HealthAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("@assembly@/@type@/$can-run")]
public virtual bool CanRun { get; set; }
[ConfigAttribute("@assembly@/@type@/$can-run")]
public virtual bool CanRun { get; set; }
<ConfigAttribute("@assembly@/@type@/$can-run")>
Public Overridable Property CanRun As Boolean
Get
Set
<ConfigAttribute("@assembly@/@type@/$can-run")>
Public Overridable Property CanRun As Boolean
Get
Set
public:
[ConfigAttribute(L"@assembly@/@type@/$can-run")]
virtual property bool CanRun {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(L"@assembly@/@type@/$can-run")]
virtual property bool CanRun {
bool get ();
void set (bool value);
}
[<ConfigAttribute("@assembly@/@type@/$can-run")>]
abstract CanRun : bool with get, set
[<ConfigAttribute("@assembly@/@type@/$can-run")>]
override CanRun : bool with get, set
[<ConfigAttribute("@assembly@/@type@/$can-run")>]
abstract CanRun : bool with get, set
[<ConfigAttribute("@assembly@/@type@/$can-run")>]
override CanRun : bool with get, set
Property Value
Type:
Boolean