|
WGet.NET 4.4.1
A WinGet wrapper library for .Net.
|
Represents a winget admin settings entry. More...
Public Member Functions | |
| override bool | Equals (WinGetAdminSetting? other) |
| override object | Clone () |
Public Member Functions inherited from WGetNET.Abstractions.WinGetInfoEntry< WinGetAdminSetting > | |
| override string | ToString () |
| bool | Equals (T? other) |
| object | Clone () |
Properties | |
| bool | IsEnabled [get] |
| Gets if the admin option is enabled. | |
Properties inherited from WGetNET.Abstractions.WinGetInfoEntry< WinGetAdminSetting > | |
| string | EntryName [get] |
| Gets the name of the info entry. | |
| string | RawContent [get] |
| Gets the raw content of the info entry. | |
| bool | HasShortenedContent [get] |
| Gets if content of the package is shortened. | |
| virtual bool | IsEmpty [get] |
| Gets if the object is empty. | |
Represents a winget admin settings entry.
Definition at line 12 of file WinGetAdminSetting.cs.
| override object WGetNET.WinGetAdminSetting.Clone | ( | ) |
Definition at line 63 of file WinGetAdminSetting.cs.
| override bool WGetNET.WinGetAdminSetting.Equals | ( | WinGetAdminSetting? | other | ) |
Definition at line 40 of file WinGetAdminSetting.cs.
|
get |
Gets if the admin option is enabled.
Definition at line 17 of file WinGetAdminSetting.cs.