WindowsUpdate.EulaText Property

Definition

Gets the underlying End-User License Agreement (EULA) text associated with the WindowsUpdate object.

public:
 property Platform::String ^ EulaText { Platform::String ^ get(); };
winrt::hstring EulaText();
public string EulaText { get; }
var string = windowsUpdate.eulaText;
Public ReadOnly Property EulaText As String

Property Value

String

Platform::String

winrt::hstring

The underlying End-User License Agreement (EULA) text associated with the WindowsUpdate object.

Applies to