UpdateFile.IsEula Property
Applies To: Windows Server Update Services
Gets whether or not this file is the EULA.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public bool IsEula { get; }
public:
property bool IsEula {
bool get();
}
member IsEula : bool with get
Public ReadOnly Property IsEula As Boolean
Property Value
Type: System.Boolean
true if this file is the EULA, otherwise false.
See Also
UpdateFile Class
Microsoft.UpdateServices.Administration Namespace
Return to top