ServiceHostInformation.OperatingSystem Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el sistema operativo en el que se ejecuta el host de servicio.
public:
property Nullable<Microsoft::ServiceHub::Framework::ServiceHostOperatingSystem> OperatingSystem { Nullable<Microsoft::ServiceHub::Framework::ServiceHostOperatingSystem> get(); void set(Nullable<Microsoft::ServiceHub::Framework::ServiceHostOperatingSystem> value); };
public Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem? OperatingSystem { get; set; }
public Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem? OperatingSystem { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.OperatingSystem : Nullable<Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem> with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.OperatingSystem : Nullable<Microsoft.ServiceHub.Framework.ServiceHostOperatingSystem> with get, set
Public Property OperatingSystem As Nullable(Of ServiceHostOperatingSystem)
Valor de propiedad
- Atributos