ComputerInfo.OsDistributed Property

Definition

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)

Property Value

Applies to