ComputerInfo.CsSystemFamily 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.
The family to which a particular computer belongs. A family refers to a set of computers that are similar but not identical from a hardware or software point of view
public:
property System::String ^ CsSystemFamily { System::String ^ get(); };
public:
property Platform::String ^ CsSystemFamily { Platform::String ^ get(); };
public string CsSystemFamily { get; }
member this.CsSystemFamily : string
Public ReadOnly Property CsSystemFamily As String