WindowsUpdate.IsEulaAccepted 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.
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
.