Share via


ManagementPackTask.Remotable Property

Definition

Gets or sets a value that indicates whether the task will execute for remote monitoring.

public:
 property bool Remotable { bool get(); void set(bool value); };
public bool Remotable { get; set; }
member this.Remotable : bool with get, set
Public Property Remotable As Boolean

Property Value

true if the task will execute for remote monitoring; otherwise, false.

Applies to