ComputerInfo.CsDomainRole 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.
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)