Share via


RemoveComputerCommand.WorkgroupName 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.WorkgroupName

instance.WorkgroupName = value

Syntax

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

/** @property */
public void set_WorkgroupName (String value)
public function get WorkgroupName () : String

public function set WorkgroupName (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

See Also

Reference

RemoveComputerCommand Class
RemoveComputerCommand Members
Microsoft.PowerShell.Commands Namespace