Share via


WindowsActionAttribute.IsAvailable Property

Definition

Gets or initializes a Boolean value specifying whether the action is available for use upon installation. The default value is true.

public:
 property bool IsAvailable { bool get(); void set(bool value); };
bool IsAvailable();

void IsAvailable(bool value);
public bool IsAvailable { get; init; }
var boolean = windowsActionAttribute.isAvailable;
windowsActionAttribute.isAvailable = boolean;
Public Property IsAvailable As Boolean

Property Value

True if the action is available for use upon installation; otherwise, false.

Applies to