ComputerInfo.OsDistributed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If True, the operating system is distributed across several computer system nodes. If so, these nodes should be grouped as a cluster
public:
property Nullable<bool> OsDistributed { Nullable<bool> get(); };
public bool? OsDistributed { get; }
member this.OsDistributed : Nullable<bool>
Public ReadOnly Property OsDistributed As Nullable(Of Boolean)