WindowsActionAttribute.IsAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.