WindowsUpdate.EulaText 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 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
The underlying End-User License Agreement (EULA) text associated with the WindowsUpdate object.