|
MachineInfoClassos Property |
OS on the machine.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string os { get; set; }Public Property os As String
Get
Set
public:
property String^ os {
String^ get ();
void set (String^ value);
}function get_os();
function set_os(value);
Property Value
Type:
String
See Also