ComputerInfo.CsDomainRole Property

Definition

Role of a computer in an assigned domain workgroup. A domain workgroup is a collection of computers on the same network. For example, a DomainRole property may show that a computer is a member workstation

public:
 property Nullable<Microsoft::PowerShell::Commands::DomainRole> CsDomainRole { Nullable<Microsoft::PowerShell::Commands::DomainRole> get(); };
public Microsoft.PowerShell.Commands.DomainRole? CsDomainRole { get; }
member this.CsDomainRole : Nullable<Microsoft.PowerShell.Commands.DomainRole>
Public ReadOnly Property CsDomainRole As Nullable(Of DomainRole)

Property Value

Applies to