RemoveComputerCommand.Workgroup Property

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As RemoveComputerCommand
Dim value As String

value = instance.Workgroup

instance.Workgroup = value

Syntax

'Declaration
<ParameterAttribute> _
<ValidateNotNullOrEmptyAttribute> _
Public Property Workgroup As String
[ParameterAttribute] 
[ValidateNotNullOrEmptyAttribute] 
public string Workgroup { get; set; }
[ParameterAttribute] 
[ValidateNotNullOrEmptyAttribute] 
public:
property String^ Workgroup {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Workgroup ()

/** @property */
public void set_Workgroup (String value)
public function get Workgroup () : String

public function set Workgroup (value : String)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

See Also

Reference

RemoveComputerCommand Class
RemoveComputerCommand Members
Microsoft.PowerShell.Commands Namespace

Send comments about this topic to Microsoft.