Share via


ManagementPackDiagnostic.Remotable Property

Definition

Gets or sets a Boolean value that determines whether the diagnostic object 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 diagnostic object will execute for remote monitoring; otherwise, false.

Applies to