Share via


WindowsUpdate.IsEulaAccepted Property

Definition

Indicates whether the End-User License Agreement (EULA) has been accepted for the WindowsUpdate object.

public:
 property bool IsEulaAccepted { bool get(); };
bool IsEulaAccepted();
public bool IsEulaAccepted { get; }
var boolean = windowsUpdate.isEulaAccepted;
Public ReadOnly Property IsEulaAccepted As Boolean

Property Value

Boolean

bool

true if the End-User License Agreement (EULA) has been accepted for the WindowsUpdate object.; otherwise, false.

Applies to