Share via


ManagementPackConsoleTask.WorkingDirectory Property

Definition

Caution

This property is now obsolete.

Gets or sets the working directory that the console will execute commands from.

public:
 property System::String ^ WorkingDirectory { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("WorkingDirectory")]
[System.Obsolete("This property is now obsolete.")]
public string WorkingDirectory { get; set; }
member this.WorkingDirectory : string with get, set
Public Property WorkingDirectory As String

Property Value

A string that contains the working directory that the console will execute commands from.

Attributes

Applies to