AddComputerCommand.Options Property
Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)
Usage
'Usage
Dim instance As AddComputerCommand
Dim value As JoinOptions
value = instance.Options
instance.Options = value
Syntax
'Declaration
<ParameterAttribute(ParameterSetName:="Domain")> _
Public Property Options As JoinOptions
[ParameterAttribute(ParameterSetName="Domain")]
public JoinOptions Options { get; set; }
[ParameterAttribute(ParameterSetName=L"Domain")]
public:
property JoinOptions Options {
JoinOptions get ();
void set (JoinOptions value);
}
/** @property */
public JoinOptions get_Options ()
/** @property */
public void set_Options (JoinOptions value)
public function get Options () : JoinOptions
public function set Options (value : JoinOptions)
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
AddComputerCommand Class
AddComputerCommand Members
Microsoft.PowerShell.Commands Namespace