2 overrides of QueryLanguage
System.Management (2)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (2)
778
public override string
QueryLanguage
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }
789
public override string
QueryLanguage
{ get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }